Base:
method
GetHashCode
System.Reflection.MethodBase.GetHashCode()
4 overrides of GetHashCode
System.Private.CoreLib (1)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
124public override int GetHashCode() =>
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
79public override int GetHashCode()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoConstructor.cs (1)
17public abstract override int GetHashCode();
System.Xaml.Tests (1)
Common\CustomConstructorInfo.cs (1)
79public override int GetHashCode() => DelegatingConstructor.GetHashCode();
2 references to GetHashCode
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
81return Projector.GetHashCode() ^ UnderlyingConstructor.GetHashCode();
System.Xaml.Tests (1)
Common\CustomConstructorInfo.cs (1)
79public override int GetHashCode() => DelegatingConstructor.GetHashCode();