1 write to _typeMap
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
44
_typeMap
= typeMap;
1 reference to _typeMap
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
57
tagComputer = new TagComputer(this, (ITextBuffer2)buffer, _listener,
_typeMap
, TaggerDelay.NearImmediate.ComputeTimeDelay());