9 references to TypeLibImporterFlags
mscorlib (8)
system\runtime\interopservices\itypelibconverter.cs (1)
115
TypeLibImporterFlags
flags,
system\runtime\interopservices\typelibconverter.cs (7)
70
?
TypeLibImporterFlags
.UnsafeInterfaces
88
TypeLibImporterFlags
flags,
106
if ((flags &
TypeLibImporterFlags
.PrimaryInteropAssembly) != 0 && publicKey == null && keyPair == null)
120
(flags &
TypeLibImporterFlags
.PrimaryInteropAssembly) != 0,
121
(flags &
TypeLibImporterFlags
.ReflectionOnlyLoading) != 0,
122
(flags &
TypeLibImporterFlags
.NoDefineVersionResource) != 0);
483
private static extern void nConvertTypeLibToMetadata(Object typeLib, RuntimeAssembly asmBldr, RuntimeModule modBldr, String nameSpace,
TypeLibImporterFlags
flags, ITypeLibImporterNotifySink notifySink, out ArrayList eventItfInfoList);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (1)
130
asm = TypelibraryConverter.ConvertTypeLibToAssembly(typeLibrary, assemblyName,
TypeLibImporterFlags
.SerializableValueClasses, new ConversionEventHandler(iid, typeLibraryID), null, null, namespaceName, null);