2 writes to AttributesCount
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1329arguments.AttributesCount = netModuleAttributesCount;
Symbols\Symbol_Attributes.cs (1)
854arguments.AttributesCount = totalAttributesCount;
2 references to AttributesCount
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\AttributeData.cs (2)
226securityData.SetSecurityAttribute(arguments.Index, action, arguments.AttributesCount); 233securityData.SetPathForPermissionSetAttributeFixup(arguments.Index, resolvedPathForFixup, arguments.AttributesCount);