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);
467
var syntax =
DummySyntax
();
565
var syntax =
DummySyntax
();