13 references to CustomAttributeRecord
mscorlib (13)
system\reflection\customattribute.cs (13)
310CustomAttributeRecord[] records = GetCustomAttributeRecords(module, tkTarget); 322internal unsafe static CustomAttributeRecord[] GetCustomAttributeRecords(RuntimeModule module, int targetToken) 329CustomAttributeRecord[] records = new CustomAttributeRecord[tkCustomAttributeTokens.Length]; 370private CustomAttributeData(RuntimeModule scope, CustomAttributeRecord caRecord) 1603CustomAttributeRecord[] car = CustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedMetadataToken); 1620CustomAttributeRecord caRecord = car[i]; 1635CustomAttributeRecord caRecord = car[i]; 1662CustomAttributeRecord[] car = CustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedMetadataToken); 1690CustomAttributeRecord caRecord = car[i]; 1848CustomAttributeRecord caRecord, 2016CustomAttributeRecord[] car = CustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedAttribute.MetadataToken); 2022CustomAttributeRecord caRecord = car[i];