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