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