8 references to ERR_GlobalStatement
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1580or ErrorCode.ERR_GlobalStatement
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5856diagnostics.Add(ErrorCode.ERR_GlobalStatement, new SourceLocation(globalStatement));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\ScriptSemanticsTests.cs (6)
1190Diagnostic(ErrorCode.ERR_GlobalStatement, "System.Console.WriteLine(1);").WithLocation(1, 1) 1202Diagnostic(ErrorCode.ERR_GlobalStatement, "System.Console.WriteLine(1);").WithLocation(1, 1), 1284Diagnostic(ErrorCode.ERR_GlobalStatement, "System.Console.WriteLine(1);").WithLocation(2, 1) 1296Diagnostic(ErrorCode.ERR_GlobalStatement, "System.Console.WriteLine(1);").WithLocation(2, 1) 1319Diagnostic(ErrorCode.ERR_GlobalStatement, "System.Console.WriteLine(out var x, x);").WithLocation(1, 1) 1331Diagnostic(ErrorCode.ERR_GlobalStatement, "System.Console.WriteLine(out var x, x);").WithLocation(1, 1),