1 instantiation of TagComputer
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
125s_uniqueKey, () => new TagComputer(taggerProvider, subjectBuffer, TaggerDelay.NearImmediate.ComputeTimeDelay()));
5 references to TagComputer
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
119public static TagComputer GetOrCreate( 124var tagComputer = subjectBuffer.Properties.GetOrCreateSingletonProperty(
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (3)
17private TagComputer? _tagComputer; 19public Tagger(TagComputer tagComputer) 29var tagComputer = _tagComputer ?? throw new ObjectDisposedException(GetType().FullName);