3 references to DefaultLookup
mscorlib (3)
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (3)
107
ConstructorInfo SinkHelperCons = SinkHelperClass.GetConstructor(EventProviderWriter.
DefaultLookup
| BindingFlags.NonPublic, null, new Type[0], null );
466
ConstructorInfo DefaultArrayListCons = typeof(ArrayList).GetConstructor(EventProviderWriter.
DefaultLookup
, null, new Type[0], null );
475
ConstructorInfo ByteArrayGUIDCons = typeof(Guid).GetConstructor(EventProviderWriter.
DefaultLookup
, null, aParamTypes, null );