15 references to ConstructorName
System.Private.CoreLib (6)
Internal\Reflection\Extensions\NonPortable\CustomAttributeInstantiator.cs (1)
66throw new MissingMethodException(attributeType.FullName, ConstructorInfo.ConstructorName);
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
142return nameHandle.StringEquals(ConstructorInfo.ConstructorName, reader) || nameHandle.StringEquals(ConstructorInfo.TypeConstructorName, reader);
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.cs (2)
46map.AddMethod(declaringType, ConstructorInfo.ConstructorName, parameterTypes, action); 56if (name == ConstructorInfo.ConstructorName)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
99return ConstructorName;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.CoreGetDeclared.cs (1)
54if (optionalNameFilter == null || optionalNameFilter.Matches(syntheticConstructor.IsStatic ? ConstructorInfo.TypeConstructorName : 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 (4)
System\Text\Json\Serialization\Metadata\ReflectionEmitMemberAccessor.cs (4)
37ConstructorInfo.ConstructorName, 86ConstructorInfo.ConstructorName, 199ConstructorInfo.ConstructorName, 256ConstructorInfo.ConstructorName,