1 write to _instance
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
593
_instance
= instance;
4 references to _instance
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
602
return propertyInfo.GetValue(
_instance
, null);
606
return ((FieldInfo)memberInfo).GetValue(
_instance
);
616
propertyInfo.SetValue(
_instance
, value, null);
620
((FieldInfo)memberInfo).SetValue(
_instance
, value);