1 write to _methodDesc
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
64
_methodDesc
= methodDesc;
5 references to _methodDesc
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (5)
199
string[] names = _keywordArgNames.AddFirst(
_methodDesc
.Name);
263
if (
_methodDesc
.IsPropertyPut)
265
if (
_methodDesc
.IsPropertyPutRef)
302
Expression.Constant(
_methodDesc
.Name, typeof(string))
438
if (
_methodDesc
.IsPropertyPut)