Base:
method
GetHashCode
System.Reflection.MethodBase.GetHashCode()
5 overrides of GetHashCode
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
102
public abstract override int
GetHashCode
();
System.Reflection.Context (3)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
130
public override int
GetHashCode
()
System\Reflection\Context\Virtual\InheritedMethodInfo.cs (1)
43
public override int
GetHashCode
()
System\Reflection\Context\Virtual\VirtualMethodBase.cs (1)
127
public override int
GetHashCode
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
25
public abstract override int
GetHashCode
();
3 references to GetHashCode
Microsoft.Maui (1)
WeakEventManager.cs (1)
164
public override int GetHashCode() => Subscriber?.GetHashCode() ?? 0 ^ Handler.
GetHashCode
();
System.Reflection.Context (2)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
132
return Projector.GetHashCode() ^ UnderlyingMethod.
GetHashCode
();
System\Reflection\Context\Virtual\InheritedMethodInfo.cs (1)
45
return UnderlyingMethod.
GetHashCode
() ^ ReflectedType.GetHashCode();