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)
448if (_inProgressIncludeElementNodes == null) 453return _inProgressIncludeElementNodes.Add(location); 458Debug.Assert(_inProgressIncludeElementNodes != null); 459bool result = _inProgressIncludeElementNodes.Remove(location);