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