8 references to Changes
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
StringCopyPaste\UnknownSourcePasteProcessor.cs (8)
91
return !IsVerbatimStringExpression(StringExpressionBeforePaste) && ContainsControlCharacter(
Changes
);
98
foreach (var change in
Changes
)
180
var commonIndentationPrefix = GetCommonIndentationPrefix(
Changes
) ?? "";
182
foreach (var change in
Changes
)
228
Changes
.Last().OldEnd == StringExpressionBeforePasteInfo.ContentSpans.Last().End &&
245
var commonIndentationPrefix = GetCommonIndentationPrefix(
Changes
);
247
for (int changeIndex = 0, lastChangeIndex =
Changes
.Count; changeIndex < lastChangeIndex; changeIndex++)
249
var change =
Changes
[changeIndex];