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