3 references to GetNodeWithoutAttributes
Microsoft.DotNet.ApiDiff (3)
MemoryOutputDiffGenerator.cs (3)
385MemberDeclarationSyntax? deconstructedBeforeNode = GetNodeWithoutAttributes(beforeNode); 386MemberDeclarationSyntax? deconstructedAfterNode = GetNodeWithoutAttributes(afterNode); 551MemberDeclarationSyntax attributelessParentNode = GetNodeWithoutAttributes(memberParentNode);