2 writes to _type
System.Reflection.Emit (2)
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (2)
29
_type
= typeBuilder;
37
_type
= typeBuilder;
3 references to _type
System.Reflection.Emit (3)
System\Reflection\Emit\GenericTypeParameterBuilderImpl.cs (3)
76
public override Module Module =>
_type
.Module;
77
public override Assembly Assembly =>
_type
.Assembly;
87
public override MethodBase? DeclaringMethod =>
_type
.DeclaringMethod;