3 implementations of ISupportLiveUpdate
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Squiggles\ErrorSquiggleProducerTests.cs (1)
380private class LiveId : ISupportLiveUpdate
Microsoft.CodeAnalysis.Features (1)
Diagnostics\AnalyzerUpdateArgsId.cs (1)
12internal class AnalyzerUpdateArgsId : BuildToolId.Base<DiagnosticAnalyzer>, ISupportLiveUpdate
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
251private class DefaultUpdateArgsId : BuildToolId.Base<int, DocumentId>, ISupportLiveUpdate
1 reference to ISupportLiveUpdate
Microsoft.CodeAnalysis.EditorFeatures (1)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (1)
168var isLiveUpdate = id is ISupportLiveUpdate;