2 overrides of SupportsFrozenPartialSemantics
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
64
protected sealed override bool
SupportsFrozenPartialSemantics
=> true;
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
46
protected override bool
SupportsFrozenPartialSemantics
=> true;
1 reference to SupportsFrozenPartialSemantics
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AsynchronousViewportTaggerProvider.SingleViewportTaggerProvider.cs (1)
47
=> _callback.
SupportsFrozenPartialSemantics
;