1 write to _canReturnCallables
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComBinder.cs (1)
316_canReturnCallables = canReturnCallables;
4 references to _canReturnCallables
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComBinder.cs (3)
326return _originalBinder.GetHashCode() ^ (_canReturnCallables ? 1 : 0); 332&& _canReturnCallables == other._canReturnCallables
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
71bool canReturnCallables = comBinder?._canReturnCallables ?? false;