1 write to _text
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializableSourceText.cs (1)
78_text = text;
7 references to _text
Microsoft.CodeAnalysis.Workspaces (7)
Serialization\SerializableSourceText.cs (7)
35/// Exactly one of <see cref="_storageHandle"/> or <see cref="_text"/> will be non-<see langword="null"/>. 92=> _text ?? _computedText.GetTarget(); 159RoslynDebug.AssertNotNull(_text); 162writer.WriteInt32((int)_text.ChecksumAlgorithm); 163writer.WriteEncoding(_text.Encoding); 164writer.WriteByteArray(ImmutableCollectionsMarshal.AsArray(_text.GetContentHash())!); 166_text.WriteTo(writer, cancellationToken);