1 write to _service
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticService.cs (1)
27
_service
= service;
2 references to _service
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticService.cs (2)
38
var result = await
_service
.GetDiagnosticsAsync(workspace, projectId, documentId, id, includeSuppressedDiagnostics, cancellationToken).ConfigureAwait(false);
43
=> new EventHandlerWrapper(
_service
, action);