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