3 implementations of ITypeLibImporterNotifySink
mscorlib (2)
system\runtime\interopservices\marshal.cs (1)
2751internal class ImporterCallback : ITypeLibImporterNotifySink
system\runtime\interopservices\typelibconverter.cs (1)
500private class TypeResolveHandler : ITypeLibImporterNotifySink
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (1)
60internal class ConversionEventHandler : ITypeLibImporterNotifySink
9 references to ITypeLibImporterNotifySink
mscorlib (7)
system\runtime\interopservices\itypelibconverter.cs (2)
116ITypeLibImporterNotifySink notifySink, 134ITypeLibImporterNotifySink notifySink,
system\runtime\interopservices\typelibconverter.cs (5)
62ITypeLibImporterNotifySink notifySink, 89ITypeLibImporterNotifySink notifySink, 483private static extern void nConvertTypeLibToMetadata(Object typeLib, RuntimeAssembly asmBldr, RuntimeModule modBldr, String nameSpace, TypeLibImporterFlags flags, ITypeLibImporterNotifySink notifySink, out ArrayList eventItfInfoList); 502public TypeResolveHandler(ModuleBuilder mod, ITypeLibImporterNotifySink userSink) 604private ITypeLibImporterNotifySink m_UserSink;
System.ServiceModel (2)
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (2)
71void ITypeLibImporterNotifySink.ReportEvent(ImporterEventKind eventKind, int eventCode, string eventMsg) 77Assembly ITypeLibImporterNotifySink.ResolveRef(object typeLib)