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