6 references to ERR_GlobalUsingOutOfOrder
Microsoft.CodeAnalysis.CSharp (2)
Declarations\DeclarationTreeBuilder.cs (1)
450diagnostics.Add(ErrorCode.ERR_GlobalUsingOutOfOrder, directive.GlobalKeyword.GetLocation());
Errors\ErrorFacts.cs (1)
2170or ErrorCode.ERR_GlobalUsingOutOfOrder
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\GlobalUsingDirectiveTests.cs (4)
42Diagnostic(ErrorCode.ERR_GlobalUsingOutOfOrder, "global").WithLocation(6, 1), 50Diagnostic(ErrorCode.ERR_GlobalUsingOutOfOrder, "global").WithLocation(6, 1) 1115Diagnostic(ErrorCode.ERR_GlobalUsingOutOfOrder, "global").WithLocation(5, 1), 1967Diagnostic(ErrorCode.ERR_GlobalUsingOutOfOrder, "global").WithLocation(5, 1),