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