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