1 instantiation of PropertyBuilderImpl
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
413
PropertyBuilderImpl property = new
PropertyBuilderImpl
(name, attributes, callingConvention, returnType, returnTypeRequiredCustomModifiers,
10 references to PropertyBuilderImpl
System.Reflection.Emit (10)
System\Reflection\Emit\ModuleBuilderImpl.cs (5)
272
foreach (
PropertyBuilderImpl
property in typeBuilder._propertyDefinitions)
318
private void PopulatePropertyDefinitionHandles(List<
PropertyBuilderImpl
> properties)
320
foreach (
PropertyBuilderImpl
property in properties)
905
private PropertyDefinitionHandle AddPropertyDefinition(
PropertyBuilderImpl
property, BlobBuilder signature) =>
1047
if (member is
PropertyBuilderImpl
prop && Equals(prop.Module))
System\Reflection\Emit\SignatureHelper.cs (1)
153
internal static BlobBuilder GetPropertySignature(
PropertyBuilderImpl
property, ModuleBuilderImpl module)
System\Reflection\Emit\TypeBuilderImpl.cs (4)
39
internal readonly List<
PropertyBuilderImpl
> _propertyDefinitions = new();
413
PropertyBuilderImpl
property = new PropertyBuilderImpl(name, attributes, callingConvention, returnType, returnTypeRequiredCustomModifiers,
1004
internal static BindingFlags GetBindingFlags(
PropertyBuilderImpl
property)
1047
foreach (
PropertyBuilderImpl
property in _propertyDefinitions)