5 references to FSharpDocumentDiagnosticAnalyzerService
Microsoft.CodeAnalysis.ExternalAccess.FSharp (5)
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (5)
20
[ExportLanguageService(typeof(
FSharpDocumentDiagnosticAnalyzerService
), LanguageNames.FSharp)]
72
var
analyzer = textDocument.Project.Services.GetService<
FSharpDocumentDiagnosticAnalyzerService
>();
80
var
analyzer = textDocument.Project.Services.GetService<
FSharpDocumentDiagnosticAnalyzerService
>();