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)
95public override Type PropertyType => _propertyType;