4 references to GetNodeWithoutLeadingBlankLines
Microsoft.CodeAnalysis.CSharp.Features (4)
ConvertToExtension\ConvertToExtensionCodeRefactoringProvider.cs (1)
311converted = converted.GetNodeWithoutLeadingBlankLines();
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
122statementArray[0] = statementArray[0].GetNodeWithoutLeadingBlankLines();
Organizing\Organizers\MemberDeclarationsOrganizer.cs (1)
103finalFirstNode = finalFirstNode.GetNodeWithoutLeadingBlankLines();
src\Analyzers\CSharp\CodeFixes\ConvertToRecord\ConvertToRecordEngine.cs (1)
413typeDeclaration.Members[0], typeDeclaration.Members[0].GetNodeWithoutLeadingBlankLines());