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)
602return propertyInfo.GetValue(_instance, null); 606return ((FieldInfo)memberInfo).GetValue(_instance); 616propertyInfo.SetValue(_instance, value, null); 620((FieldInfo)memberInfo).SetValue(_instance, value);