8 references to ERR_NoSourceFile
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCompiler.cs (1)
364
(int)ErrorCode.
ERR_NoSourceFile
,
Compilation\SyntaxAndDeclarationManager.cs (1)
231
(int)ErrorCode.
ERR_NoSourceFile
,
Errors\ErrorFacts.cs (1)
1205
or ErrorCode.
ERR_NoSourceFile
Errors\MessageProvider.cs (1)
163
public override int ERR_NoSourceFile => (int)ErrorCode.
ERR_NoSourceFile
;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\LoadDirectiveTests.cs (4)
28
Diagnostic(ErrorCode.
ERR_NoSourceFile
, "\"\"").WithArguments("", CSharpResources.CouldNotFindFile).WithLocation(1, 7));
41
Diagnostic(ErrorCode.
ERR_NoSourceFile
, "\"missing\"").WithArguments("missing", CSharpResources.CouldNotFindFile).WithLocation(1, 7));
61
Diagnostic(ErrorCode.
ERR_NoSourceFile
, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27));
65
Diagnostic(ErrorCode.
ERR_NoSourceFile
, @"""b.csx""").WithArguments("b.csx", "Could not find file.").WithLocation(2, 27),