5 references to SupportsFrozenPartialSemantics
Microsoft.CodeAnalysis.EditorFeatures (5)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (3)
178
EnqueueWork(highPriority, _dataSource.
SupportsFrozenPartialSemantics
, nonFrozenComputationToken: null);
199
if (!frozenPartialSemantics && _dataSource.
SupportsFrozenPartialSemantics
)
741
this.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
"/>)