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