2 types derived from AbstractPasteProcessor
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
36
ITextBufferFactoryService2 textBufferFactoryService) :
AbstractPasteProcessor
(newLine, indentationWhitespace, snapshotBeforePaste, snapshotAfterPaste, documentBeforePaste, documentAfterPaste, stringExpressionBeforePaste)
StringCopyPaste\UnknownSourcePasteProcessor.cs (1)
36
bool pasteWasSuccessful) :
AbstractPasteProcessor
(newLine, indentationWhitespace, snapshotBeforePaste, snapshotAfterPaste, documentBeforePaste, documentAfterPaste, stringExpressionBeforePaste)
3 references to AbstractPasteProcessor
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
21
/// Implementation of <see cref="
AbstractPasteProcessor
"/> used when we know the original string literal expression
StringCopyPaste\UnknownSourcePasteProcessor.cs (2)
146
/// <inheritdoc cref="
AbstractPasteProcessor
.GetQuotesToAddToRawString(SourceText, ImmutableArray{TextSpan})" />
150
/// <inheritdoc cref="
AbstractPasteProcessor
.GetDollarSignsToAddToRawString(SourceText, ImmutableArray{TextSpan})" />