1 write to _propertyType
System.Reflection.Emit (1)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
36
_propertyType
= returnType ?? containingType.GetModuleBuilder().GetTypeFromCoreAssembly(CoreTypeId.Void);
1 reference to _propertyType
System.Reflection.Emit (1)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
95
public override Type PropertyType =>
_propertyType
;