4 references to InternalGetConstructorToken
mscorlib (4)
system\reflection\emit\assemblybuilder.cs (2)
1865tkAttrs2[i] = assemblyModule.InternalGetConstructorToken(m_assemblyData.m_CACons[i], true).Token; 1927tkAttrs2[i] = onDiskAssemblyModule.InternalGetConstructorToken(m_assemblyData.m_CACons[i], true).Token;
system\reflection\emit\customattributebuilder.cs (1)
545return mod.InternalGetConstructorToken(m_con, true).Token;
system\reflection\emit\modulebuilder.cs (1)
2103return InternalGetConstructorToken(con, false);