6 references to TypeConstructorName
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (2)
1207ConstructorInfo.TypeConstructorName, attr, CallingConventions.Standard, null, m_module, this); 1309name = ConstructorInfo.TypeConstructorName;
System.Reflection.Emit (3)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
98return _name.Equals(ConstructorInfo.ConstructorName) || _name.Equals(ConstructorInfo.TypeConstructorName);
System\Reflection\Emit\TypeBuilderImpl.cs (2)
176name = ConstructorInfo.TypeConstructorName; 413return new ConstructorBuilderImpl(ConstructorInfo.TypeConstructorName, attr, CallingConventions.Standard, null, null, null, _module, this);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (1)
109return stringComparer.Equals(nameHandle, ConstructorInfo.ConstructorName) || stringComparer.Equals(nameHandle, ConstructorInfo.TypeConstructorName);