1 write to _text
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializableSourceText.cs (1)
62_text = text;
6 references to _text
Microsoft.CodeAnalysis.Workspaces (6)
Serialization\SerializableSourceText.cs (6)
29/// Exactly one of <see cref="_storage"/> or <see cref="_text"/> will be non-<see langword="null"/>. 71=> _text ?? _computedText.GetTarget(); 135RoslynDebug.AssertNotNull(_text); 137writer.WriteInt32((int)_text.ChecksumAlgorithm); 138writer.WriteEncoding(_text.Encoding); 140_text.WriteTo(writer, cancellationToken);