2 writes to _nextSourceIncludeElementIndex
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (2)
62_nextSourceIncludeElementIndex = 0; 480_nextSourceIncludeElementIndex++;
3 references to _nextSourceIncludeElementIndex
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (3)
135Debug.Assert(expander._nextSourceIncludeElementIndex == expander._sourceIncludeElementNodes.Length); 476Debug.Assert(_nextSourceIncludeElementIndex < _sourceIncludeElementNodes.Length); 478originatingSyntax = _sourceIncludeElementNodes[_nextSourceIncludeElementIndex];