2 writes to State
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
261context.State = (currentSemanticVersion, GetTextImageVersion(snapshotSpan));
Tagging\TaggerContext.cs (1)
76this.State = state;
2 references to State
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (2)
152if (context.State is null) 156var (lastSemanticVersion, lastTextImageVersion) = ((VersionStamp, ITextImageVersion))context.State;