Searched refs:GetVariableFromReference (Results 1 – 2 of 2) sorted by relevance
62 public Variable GetVariableFromReference(ReferenceValue reference) in GetVariableFromReference() method in Antmicro.Renode.PlatformDescription.VariableStore
362 var variable = variableStore.GetVariableFromReference(referenceValue); in BuildDependencyGraph()669 … parameterValues[i] = variableStore.GetVariableFromReference(referenceValue).Value; in PrepareConstructorParameters()787 … var destination = variableStore.GetVariableFromReference(destinationReference).Value; in SetPropertiesAndConnectInterrupts()873 … var register = variableStore.GetVariableFromReference(registrationInfo.Register).Value; in AreAllParentsRegistered()930 … var register = variableStore.GetVariableFromReference(registrationInfo.Register).Value; in TryRegisterFromEntry()958 …registrationPoints.Add((IRegistrationPoint)variableStore.GetVariableFromReference(referenceRegPoin… in TryRegisterFromEntry()1444 return variableStore.GetVariableFromReference(referenceValue).Value; in ConvertFromValue()1528 …if(argument.ParameterType.IsAssignableFrom(variableStore.GetVariableFromReference(referenceValue).… in FindConstructor()