6 references to IsConstructedFromTypeBuilder
System.Reflection.Emit (6)
System\Reflection\Emit\ModuleBuilderImpl.cs (6)
1085if (IsConstructedFromTypeBuilder(member.DeclaringType!)) 1104return (elementType is TypeBuilderImpl tbi && Equals(tbi.Module)) || IsConstructedFromTypeBuilder(elementType); 1110if ((ret is TypeBuilderImpl retTb && Equals(retTb.Module)) || IsConstructedFromTypeBuilder(ret)) 1115if ((paramType is TypeBuilderImpl paramTb && Equals(paramTb.Module)) || IsConstructedFromTypeBuilder(paramType)) 1132if (IsConstructedFromTypeBuilder(type)) 1153if (IsConstructedFromTypeBuilder(type))