4 references to GetSpecialType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (1)
1633return GetSpecialType(this.Compilation, typeId, node, diagnostics);
Lowering\IteratorRewriter\IteratorRewriter.cs (1)
148Binder.GetSpecialType(F.Compilation, type, body.Syntax, bag);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
33var systemObject = Binder.GetSpecialType(compilation, SpecialType.System_Object, DummySyntax(), diagnostics); 43var systemVoid = Binder.GetSpecialType(compilation, SpecialType.System_Void, DummySyntax(), diagnostics);