7 references to tkCtor
mscorlib (7)
system\reflection\customattribute.cs (7)
334
tkCustomAttributeTokens[i], out records[i].
tkCtor
.Value, out records[i].blob);
373
m_ctor = (RuntimeConstructorInfo)RuntimeType.GetMethodBase(scope, caRecord.
tkCtor
);
1637
if (caRecord.
tkCtor
== attributeCtorToken)
1885
attributeType = decoratedModule.ResolveType(scope.GetParentToken(caRecord.
tkCtor
), null, null) as RuntimeType;
1918
ConstArray ctorSig = scope.GetMethodSignature(caRecord.
tkCtor
);
1925
ctor = ModuleHandle.ResolveMethodHandleInternal(decoratedModule.GetNativeHandle(), caRecord.
tkCtor
);
2023
RuntimeType attributeType = decoratedModule.ResolveType(scope.GetParentToken(caRecord.
tkCtor
), null, null) as RuntimeType;