4 references to ToFileReadDiagnostics
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
275
diagnostics.Add(
ToFileReadDiagnostics
(this.MessageProvider, e, filePath));
367
diagnostics.Add(Diagnostic.Create(
ToFileReadDiagnostics
(MessageProvider, e, filePath)));
407
diagnostics.Add(MessageProvider.CreateDiagnostic(
ToFileReadDiagnostics
(this.MessageProvider, e, filePath)));
Microsoft.CodeAnalysis.CSharp (1)
Compilation\SyntaxAndDeclarationManager.cs (1)
266
CommonCompiler.
ToFileReadDiagnostics
(messageProvider, e, resolvedFilePath),