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