8 references to Changes
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
StringCopyPaste\UnknownSourcePasteProcessor.cs (8)
83
return !IsVerbatimStringExpression(StringExpressionBeforePaste) && ContainsControlCharacter(
Changes
);
90
foreach (var change in
Changes
)
172
var commonIndentationPrefix = GetCommonIndentationPrefix(
Changes
) ?? "";
174
foreach (var change in
Changes
)
220
Changes
.Last().OldEnd == StringExpressionBeforePasteInfo.ContentSpans.Last().End &&
237
var commonIndentationPrefix = GetCommonIndentationPrefix(
Changes
);
239
for (int changeIndex = 0, lastChangeIndex =
Changes
.Count; changeIndex < lastChangeIndex; changeIndex++)
241
var change =
Changes
[changeIndex];