4 references to Instance
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
422
Debug.Assert(pResult.Type == VoidType.
Instance
);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
522
if (_typeDest is PointerType ptDest && ptDest.ReferentType == VoidType.
Instance
)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
250
return VoidType.
Instance
;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1419
methodSymbol.RetType = VoidType.
Instance
;