1 write to _emptyAttributeList
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
78_emptyAttributeList = SyntaxFactory.List<AttributeListSyntax>();
4 references to _emptyAttributeList
Microsoft.DotNet.ApiDiff (4)
MemoryOutputDiffGenerator.cs (4)
435.WithAttributeLists(_emptyAttributeList) 441return namespaceNode.WithAttributeLists(_emptyAttributeList).WithLeadingTrivia(node.GetLeadingTrivia()); 445return memberDeclaration.WithAttributeLists(_emptyAttributeList).WithLeadingTrivia(node.GetLeadingTrivia()); 448return node.WithAttributeLists(_emptyAttributeList).WithLeadingTrivia(node.GetLeadingTrivia());