1 write to tkCtor
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
621
tkCtor
= new MetadataToken(token);
8 references to tkCtor
System.Private.CoreLib (8)
src\System\Reflection\RuntimeCustomAttributeData.cs (8)
193
customAttributes[i] = new RuntimeCustomAttributeData(module, records[i].
tkCtor
, in records[i].blob);
216
out records[i].
tkCtor
.Value, out records[i].blob);
1438
out record.
tkCtor
.Value, out record.blob);
1440
if (FilterCustomAttributeRecord(record.
tkCtor
, in scope,
1456
out record.
tkCtor
.Value, out record.blob);
1458
if (record.
tkCtor
== attributeCtorToken)
1510
if (!FilterCustomAttributeRecord(caRecord.
tkCtor
, in scope,
1776
RuntimeType? attributeType = decoratedModule.ResolveType(scope.GetParentToken(caRecord.
tkCtor
), null, null) as RuntimeType;