10 references to ConstructorName
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (2)
1098
if ((method.Attributes & MethodAttributes.SpecialName) != 0 && method.Name.Equals(ConstructorInfo.
ConstructorName
))
1305
name = ConstructorInfo.
ConstructorName
;
System.Reflection.Emit (2)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
98
return _name.Equals(ConstructorInfo.
ConstructorName
) || _name.Equals(ConstructorInfo.TypeConstructorName);
System\Reflection\Emit\TypeBuilderImpl.cs (1)
172
name = ConstructorInfo.
ConstructorName
;
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
32
protected sealed override string ComputeName() => ConstructorInfo.
ConstructorName
;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (1)
109
return stringComparer.Equals(nameHandle, ConstructorInfo.
ConstructorName
) || stringComparer.Equals(nameHandle, ConstructorInfo.TypeConstructorName);
System\Reflection\TypeLoading\Types\RoArrayType.cs (1)
75
if (filter == null || filter.Matches(ConstructorInfo.
ConstructorName
))
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\ReflectionEmitMemberAccessor.cs (3)
37
ConstructorInfo.
ConstructorName
,
86
ConstructorInfo.
ConstructorName
,
127
ConstructorInfo.
ConstructorName
,