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