3 references to IsDataMember
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
146if (!dataOnly || func.IsDataMember)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
289if (ComTypeDesc.TryGetFunc(name, out ComMethodDesc method) && method.IsDataMember)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
100if (method.IsDataMember)