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();
135
RoslynDebug.AssertNotNull(
_text
);
137
writer.WriteInt32((int)
_text
.ChecksumAlgorithm);
138
writer.WriteEncoding(
_text
.Encoding);
140
_text
.WriteTo(writer, cancellationToken);