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