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