2 references to EnsureLeadingBlankLineBeforeFirstMember
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
MisplacedUsingDirectivesCodeFixProvider.cs (2)
208var namespaceDeclarationWithBlankLine = EnsureLeadingBlankLineBeforeFirstMember(namespaceDeclaration); 239var compilationUnitWithSeparatorLine = EnsureLeadingBlankLineBeforeFirstMember(compilationUnitWithUsings);