1 write to _inProgressIncludeElementNodes
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
566Me._inProgressIncludeElementNodes = New HashSet(Of location)()
4 references to _inProgressIncludeElementNodes
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (4)
565If Me._inProgressIncludeElementNodes Is Nothing Then 569Return Me._inProgressIncludeElementNodes.Add(location) 573Debug.Assert(Me._inProgressIncludeElementNodes IsNot Nothing) 574Dim result As Boolean = Me._inProgressIncludeElementNodes.Remove(location)