2 writes to index
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (2)
190this.index = index; 438bufChunk.index++;
7 references to index
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (7)
373writer.WriteChars(bufChunk.buffer, bufChunk.index, bufChunk.count); 380writer.WriteChars(bufChunk.buffer, bufChunk.index, bufChunk.count); 435int endIndex = bufChunk.index + bufChunk.count; 436while (bufChunk.index < endIndex && xmlCharType.IsWhiteSpace(bufChunk.buffer[bufChunk.index])) 441if (bufChunk.index == endIndex) 474while (bufChunk.count > 0 && xmlCharType.IsWhiteSpace(bufChunk.buffer[bufChunk.index + bufChunk.count - 1]))