3 references to IsPropertyPut
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
263
if (_methodDesc.
IsPropertyPut
)
438
if (_methodDesc.
IsPropertyPut
)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (1)
38
if (
IsPropertyPut
&& rgNames[rgNames.Length - 1] == null)