1 write to MemberName
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (1)
20MemberName = memberName;
3 references to MemberName
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallable.cs (1)
24public override string ToString() => $"<bound dispmethod {MemberName}>";
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (2)
37string name = _callable.MemberName; 52string name = _callable.MemberName;