3 references to GetLeadingWhitespace
Microsoft.CodeAnalysis.CSharp.Features (3)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (3)
424
var typeLeadingWhitespace =
GetLeadingWhitespace
(typeDeclaration);
425
var constructorLeadingWhitespace =
GetLeadingWhitespace
(constructorDeclaration);
435
var elementLeadingWhitespace =
GetLeadingWhitespace
(p);