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