3 references to GetLeadingWhitespace
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (3)
306
var typeLeadingWhitespace =
GetLeadingWhitespace
(typeDeclaration);
307
var constructorLeadingWhitespace =
GetLeadingWhitespace
(constructorDeclaration);
317
var elementLeadingWhitespace =
GetLeadingWhitespace
(p);