1 write to TextValue
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringCopyPasteContent.cs (1)
54
TextValue
= textValue;
3 references to TextValue
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (2)
92
builder.Append(EscapeForNonRawStringLiteral(content.
TextValue
));
301
var sourceText = SourceText.From(content.
TextValue
);
StringCopyPaste\StringCopyPasteContent.cs (1)
61
[MemberNotNullWhen(true, nameof(
TextValue
))]