3 references to ERR_AliasMissingFile
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1971
AddDiagnostic(diagnostics, ErrorCode.
ERR_AliasMissingFile
, alias);
Errors\ErrorFacts.cs (1)
1337
or ErrorCode.
ERR_AliasMissingFile
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
2718
Diagnostic(ErrorCode.
ERR_AliasMissingFile
).WithArguments("a").WithLocation(1, 1));