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