3 references to ERR_SourceFileReferencesNotSupported
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxAndDeclarationManager.cs (1)
200
(int)ErrorCode.
ERR_SourceFileReferencesNotSupported
,
Errors\ErrorFacts.cs (1)
1664
case ErrorCode.
ERR_SourceFileReferencesNotSupported
:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\LoadDirectiveTests.cs (1)
135
Diagnostic(ErrorCode.
ERR_SourceFileReferencesNotSupported
, @"#load ""test""").WithLocation(1, 1));