2 references to GetWhitespaceBetweenCommentAsteriskAndCaret
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (2)
188var whitespace = GetWhitespaceBetweenCommentAsteriskAndCaret(); 229return lineIndentation + "*" + GetWhitespaceBetweenCommentAsteriskAndCaret();