2 references to TryGetPropertySetter
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
55if (target.TryGetPropertySetter(name, out ComMethodDesc method, value.LimitType, holdsNull) ||
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
194if (_self.TryGetPropertySetter(binder.Name, out ComMethodDesc method, value.LimitType, holdsNull) ||