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