1 override of ERR_NoSourceFile
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
163public override int ERR_NoSourceFile => (int)ErrorCode.ERR_NoSourceFile;
1 reference to ERR_NoSourceFile
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
508diagnosticInfo = new DiagnosticInfo(messageProvider, messageProvider.ERR_NoSourceFile, filePath, e.Message);