8 references to Changes
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
StringCopyPaste\UnknownSourcePasteProcessor.cs (8)
84
return !IsVerbatimStringExpression(StringExpressionBeforePaste) && ContainsControlCharacter(
Changes
);
91
foreach (var change in
Changes
)
173
var commonIndentationPrefix = GetCommonIndentationPrefix(
Changes
) ?? "";
175
foreach (var change in
Changes
)
221
Changes
.Last().OldEnd == StringExpressionBeforePasteInfo.ContentSpans.Last().End &&
238
var commonIndentationPrefix = GetCommonIndentationPrefix(
Changes
);
240
for (int changeIndex = 0, lastChangeIndex =
Changes
.Count; changeIndex < lastChangeIndex; changeIndex++)
242
var change =
Changes
[changeIndex];