1 write to _wellKnownElementNodes
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
52Me._wellKnownElementNodes = wellKnownElementNodes
3 references to _wellKnownElementNodes
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (3)
62If Me._wellKnownElementNodes Is Nothing Then 77If Not Me._wellKnownElementNodes.TryGetValue(tag, builder) Then 79Me._wellKnownElementNodes.Add(tag, builder)