2 references to GetCommonIndentationPrefix
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\UnknownSourcePasteProcessor.cs (2)
173
var commonIndentationPrefix =
GetCommonIndentationPrefix
(Changes) ?? "";
238
var commonIndentationPrefix =
GetCommonIndentationPrefix
(Changes);