4 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)));
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxAndDeclarationManager.cs (1)
266
CommonCompiler.
ToFileReadDiagnostics
(messageProvider, e, resolvedFilePath),