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