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