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