3 references to TextValue
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (2)
80
builder.Append(EscapeForNonRawStringLiteral(content.
TextValue
));
289
var sourceText = SourceText.From(content.
TextValue
);
StringCopyPaste\StringCopyPasteContent.cs (1)
52
[MemberNotNullWhen(true, nameof(
TextValue
))]