2 references to TryGetFunc
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
199
return _comTypeDesc.
TryGetFunc
(name, out method);
289
if (ComTypeDesc.
TryGetFunc
(name, out ComMethodDesc method) && method.IsDataMember)