2 references to maxReadsPastTheEnd
Microsoft.CodeAnalysis (2)
DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (2)
31
/// That is why <see cref="Read(char[], int, int) "/> pretends that the stream has extra <see cref="
maxReadsPastTheEnd
"/> spaces
85
return _readsPastTheEnd >=
maxReadsPastTheEnd
;