4 references to ToFileReadDiagnostics
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
284
diagnostics.Add(
ToFileReadDiagnostics
(this.MessageProvider, e, filePath));
376
diagnostics.Add(Diagnostic.Create(
ToFileReadDiagnostics
(MessageProvider, e, filePath)));
416
diagnostics.Add(MessageProvider.CreateDiagnostic(
ToFileReadDiagnostics
(this.MessageProvider, e, filePath)));
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxAndDeclarationManager.cs (1)
244
CommonCompiler.
ToFileReadDiagnostics
(messageProvider, e, resolvedFilePath),