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