1 write to _worker
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.DocumentationCommentClassifier.vb (1)
15_worker = worker
15 references to _worker
Microsoft.CodeAnalysis.VisualBasic.Workspaces (15)
Classification\Worker.DocumentationCommentClassifier.vb (15)
19If Not _worker._textSpan.OverlapsWith(documentationComment.Span) Then 25If childFullSpan.Start > _worker._textSpan.End Then 27ElseIf childFullSpan.End < _worker._textSpan.Start Then 67_worker.AddClassification(t, whitespaceClassificationType) 89_worker.AddClassification(span, ClassificationTypeNames.XmlDocCommentDelimiter) 99_worker.AddClassification(span, ClassificationTypeNames.XmlDocCommentDelimiter) 108_worker.AddClassification(token, classificationType) 131_worker.AddClassification(token, ClassificationTypeNames.XmlDocCommentEntityReference) 135_worker.AddClassification(token, ClassificationTypeNames.XmlDocCommentText) 137_worker.AddClassification(token, ClassificationTypeNames.XmlDocCommentAttributeValue) 139_worker.AddClassification(token, ClassificationTypeNames.XmlDocCommentComment) 141_worker.AddClassification(token, ClassificationTypeNames.XmlDocCommentCDataSection) 143_worker.AddClassification(token, ClassificationTypeNames.XmlDocCommentProcessingInstruction) 234_worker.ClassifyNode(attribute.Reference) 242_worker.ClassifyNode(attribute.Reference)