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)
326
return _originalBinder.GetHashCode() ^ (
_canReturnCallables
? 1 : 0);
332
&&
_canReturnCallables
== other.
_canReturnCallables
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
71
bool canReturnCallables = comBinder?.
_canReturnCallables
?? false;