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