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)
135
Debug.Assert(expander.
_nextSourceIncludeElementIndex
== expander._sourceIncludeElementNodes.Length);
476
Debug.Assert(
_nextSourceIncludeElementIndex
< _sourceIncludeElementNodes.Length);
478
originatingSyntax = _sourceIncludeElementNodes[
_nextSourceIncludeElementIndex
];