3 references to ERR_ReferenceDirectiveOnlyAllowedInScripts
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1585or ErrorCode.ERR_ReferenceDirectiveOnlyAllowedInScripts
Parser\DirectiveParser.cs (1)
504keyword = this.AddError(keyword, ErrorCode.ERR_ReferenceDirectiveOnlyAllowedInScripts);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\CompilationCreationTests.cs (1)
2749Diagnostic(ErrorCode.ERR_ReferenceDirectiveOnlyAllowedInScripts, "r"));