2 writes to State
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Semantic\ClassificationUtilities.cs (1)
177
context.
State
= version;
Tagging\TaggerContext.cs (1)
65
this.
State
= state;
2 references to State
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Semantic\ClassificationUtilities.cs (1)
107
var lastSemanticVersion = (VersionStamp?)context.
State
;
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
255
this.State = context.
State
;