6 references to RootStart
Microsoft.CodeAnalysis (5)
DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (5)
64
_position =
RootStart
.Length;
105
_position += EncodeAndAdvance(
RootStart
, _position, buffer, ref index, ref count);
108
_position += EncodeAndAdvance(CurrentStart, _position -
RootStart
.Length, buffer, ref index, ref count);
111
_position += EncodeAndAdvance(_text, _position -
RootStart
.Length - CurrentStart.Length, buffer, ref index, ref count);
114
_position += EncodeAndAdvance(CurrentEnd, _position -
RootStart
.Length - CurrentStart.Length - _text.Length, buffer, ref index, ref count);
Microsoft.CodeAnalysis.UnitTests (1)
XmlDocumentationCommentTextReaderTests.cs (1)
28
XmlDocumentationCommentTextReader.Reader.
RootStart
+