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