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
)
441
return namespaceNode.WithAttributeLists(
_emptyAttributeList
).WithLeadingTrivia(node.GetLeadingTrivia());
445
return memberDeclaration.WithAttributeLists(
_emptyAttributeList
).WithLeadingTrivia(node.GetLeadingTrivia());
448
return node.WithAttributeLists(
_emptyAttributeList
).WithLeadingTrivia(node.GetLeadingTrivia());