1 override of SupportsFrozenPartialSemantics
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
64
protected sealed override bool
SupportsFrozenPartialSemantics
=> true;
1 reference to SupportsFrozenPartialSemantics
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AsynchronousViewportTaggerProvider.SingleViewportTaggerProvider.cs (1)
48
=> _callback.
SupportsFrozenPartialSemantics
;