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