7 references to PrimaryInteropAssemblyAttribute
mscorlib (7)
system\runtime\interopservices\registrationservices.cs (6)
149
Object[] aPIAAttrs = assembly.GetCustomAttributes(typeof(
PrimaryInteropAssemblyAttribute
), false);
152
RegisterPrimaryInteropAssembly(rtAssembly, strAsmCodeBase, (
PrimaryInteropAssemblyAttribute
)aPIAAttrs[cPIAAttrs]);
206
Object[] aPIAAttrs = assembly.GetCustomAttributes(typeof(
PrimaryInteropAssemblyAttribute
),false);
211
UnregisterPrimaryInteropAssembly(assembly, (
PrimaryInteropAssemblyAttribute
)aPIAAttrs[cPIAAttrs]);
868
private void RegisterPrimaryInteropAssembly(RuntimeAssembly assembly, String strAsmCodeBase,
PrimaryInteropAssemblyAttribute
attr)
898
private void UnregisterPrimaryInteropAssembly(Assembly assembly,
PrimaryInteropAssemblyAttribute
attr)
system\runtime\interopservices\typelibconverter.cs (1)
450
ConstructorInfo PIAAttrCons = typeof(
PrimaryInteropAssemblyAttribute
).GetConstructor(aConsParams);