1 write to Length
Microsoft.CodeAnalysis.Workspaces (1)
TextReaderWithLength.cs (1)
14
=>
Length
= length;
4 references to Length
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Extensions\SourceTextExtensions.cs (3)
277
if (_position >=
Length
)
287
if (_position >=
Length
)
319
var totalCharsToRead = Math.Min(count,
Length
- _position);
Workspace\Host\TextFactory\TextFactoryService.cs (1)
36
? SourceText.From(textReaderWithLength, textReaderWithLength.
Length
, encoding, checksumAlgorithm)