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