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)
277if (_position >= Length) 287if (_position >= Length) 319var totalCharsToRead = Math.Min(count, Length - _position);
Workspace\Host\TextFactory\TextFactoryService.cs (1)
36? SourceText.From(textReaderWithLength, textReaderWithLength.Length, encoding, checksumAlgorithm)