Base:
3 references to Name
System.Reflection.Emit (3)
System\Reflection\Emit\EnumBuilderImpl.cs (1)
46
public override string Name => _typeBuilder.
Name
;
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
937
name: _metadataBuilder.GetOrAddString(type.
Name
),
1220
if (string.Equals(type.
Name
, strTypeName, casing))