3 references to ToFileReadDiagnostics
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
287diagnostics.Add(ToFileReadDiagnostics(this.MessageProvider, e, filePath)); 379diagnostics.Add(Diagnostic.Create(ToFileReadDiagnostics(MessageProvider, e, filePath))); 419diagnostics.Add(MessageProvider.CreateDiagnostic(ToFileReadDiagnostics(this.MessageProvider, e, filePath)));