3 references to TagComputer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Classification\SyntacticTaggerTests.cs (2)
45var tagComputer = new SyntacticClassificationTaggerProvider.TagComputer( 103var tagComputer = new SyntacticClassificationTaggerProvider.TagComputer(
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
57tagComputer = new TagComputer(this, (ITextBuffer2)buffer, _listener, _typeMap, TaggerDelay.NearImmediate.ComputeTimeDelay());