Base:
6 references to Read
Microsoft.CodeAnalysis (1)
DocumentationComments\XmlDocumentationCommentTextReader.XmlStream.cs (1)
31/// That is why <see cref="Read(char[], int, int) "/> pretends that the stream has extra <see cref="maxReadsPastTheEnd"/> spaces
Microsoft.CodeAnalysis.UnitTests (5)
XmlDocumentationCommentTextReaderTests.cs (5)
24charsRead = s.Read(buffer, 0, 200); 33charsRead = s.Read(buffer, 0, 10); 40charsRead = s.Read(buffer, 0, 200); 50charsRead = s.Read(buffer, 0, 200); 60charsRead = s.Read(buffer, 0, 200);