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