1 write to _inProgressIncludeElementNodes
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
450
_inProgressIncludeElementNodes
= new HashSet<Location>();
4 references to _inProgressIncludeElementNodes
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (4)
448
if (
_inProgressIncludeElementNodes
== null)
453
return
_inProgressIncludeElementNodes
.Add(location);
458
Debug.Assert(
_inProgressIncludeElementNodes
!= null);
459
bool result =
_inProgressIncludeElementNodes
.Remove(location);