1 instantiation of ConstructorOnTypeBuilderInstantiation
mscorlib (1)
system\reflection\emit\xxxontypebuilderinstantiation.cs (1)
115return new ConstructorOnTypeBuilderInstantiation(Constructor, type);
5 references to ConstructorOnTypeBuilderInstantiation
mscorlib (5)
system\reflection\emit\modulebuilder.cs (4)
526ConstructorOnTypeBuilderInstantiation conOnTypeBuilderInst = null; 538else if ( (conOnTypeBuilderInst = con as ConstructorOnTypeBuilderInstantiation) != null ) 690ConstructorOnTypeBuilderInstantiation cotbi; 696else if ((cotbi = method as ConstructorOnTypeBuilderInstantiation) != null)
system\reflection\emit\typebuilder.cs (1)
149return ConstructorOnTypeBuilderInstantiation.GetConstructor(constructor, type as TypeBuilderInstantiation);