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