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