8 references to ERR_NoSourceFile
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCompiler.cs (1)
363
(int)ErrorCode.
ERR_NoSourceFile
,
Compilation\SyntaxAndDeclarationManager.cs (1)
210
(int)ErrorCode.
ERR_NoSourceFile
,
Errors\ErrorFacts.cs (1)
1143
case ErrorCode.
ERR_NoSourceFile
:
Errors\MessageProvider.cs (1)
171
public override int ERR_NoSourceFile => (int)ErrorCode.
ERR_NoSourceFile
;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\LoadDirectiveTests.cs (4)
27
Diagnostic(ErrorCode.
ERR_NoSourceFile
, "\"\"").WithArguments("", CSharpResources.CouldNotFindFile).WithLocation(1, 7));
40
Diagnostic(ErrorCode.
ERR_NoSourceFile
, "\"missing\"").WithArguments("missing", CSharpResources.CouldNotFindFile).WithLocation(1, 7));
60
Diagnostic(ErrorCode.
ERR_NoSourceFile
, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27));
64
Diagnostic(ErrorCode.
ERR_NoSourceFile
, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27),