4 references to DummySyntax
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (4)
33
var systemObject = Binder.GetSpecialType(compilation, SpecialType.System_Object,
DummySyntax
(), diagnostics);
43
var systemVoid = Binder.GetSpecialType(compilation, SpecialType.System_Void,
DummySyntax
(), diagnostics);
469
var syntax =
DummySyntax
();
567
var syntax =
DummySyntax
();