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