5 references to SupportsFrozenPartialSemantics
Microsoft.CodeAnalysis.EditorFeatures (5)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (3)
178EnqueueWork(highPriority, _dataSource.SupportsFrozenPartialSemantics, nonFrozenComputationToken: null); 199if (!frozenPartialSemantics && _dataSource.SupportsFrozenPartialSemantics) 741this.RecomputeTagsAsync(highPriority: true, _dataSource.SupportsFrozenPartialSemantics, calledFromJtfRun: true, _disposalTokenSource.Token));
Tagging\AsynchronousViewportTaggerProvider.cs (1)
103/// <inheritdoc cref="AbstractAsynchronousTaggerProvider{TTag}.SupportsFrozenPartialSemantics"/>
Tagging\TagSourceQueueItem.cs (1)
16/// queue does support computing frozen partial semantics (see <see cref="SupportsFrozenPartialSemantics"/>)