4 writes to AttributesCount
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1322
arguments.
AttributesCount
= netModuleAttributesCount;
Symbols\Symbol_Attributes.cs (1)
833
arguments.
AttributesCount
= totalAttributesCount;
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceAssemblySymbol.vb (1)
326
arguments.
AttributesCount
= netModuleAttributesCount
Symbols\Symbol_Attributes.vb (1)
457
arguments.
AttributesCount
= totalAttributesCount
4 references to AttributesCount
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\AttributeData.cs (2)
248
securityData.SetSecurityAttribute(arguments.Index, action, arguments.
AttributesCount
);
255
securityData.SetPathForPermissionSetAttributeFixup(arguments.Index, resolvedPathForFixup, arguments.
AttributesCount
);
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Attributes\AttributeData.vb (2)
197
securityData.SetSecurityAttribute(arguments.Index, action, arguments.
AttributesCount
)
202
securityData.SetPathForPermissionSetAttributeFixup(arguments.Index, resolvedPathForFixup, arguments.
AttributesCount
)