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