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