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