1 write to _instance
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
645_instance = instance ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(SRP.Format(SRP.SFxTypedMessageCannotBeNull, description.Action)));
4 references to _instance
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
654return propertyInfo.GetValue(_instance, null); 658return ((FieldInfo)memberInfo).GetValue(_instance); 668propertyInfo.SetValue(_instance, value, null); 672((FieldInfo)memberInfo).SetValue(_instance, value);