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