Base:
method
GetHashCode
System.ValueType.GetHashCode()
19 references to GetHashCode
mscorlib (1)
system\globalization\sortversion.cs (1)
62
return m_NlsVersion * 7 | m_SortId.
GetHashCode
();
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\ExtendedProperty.cs (1)
47
return Id.
GetHashCode
() ^ Value.GetHashCode();
Core\CSharp\System\Windows\Media\PixelFormat.cs (1)
513
return Guid.
GetHashCode
();
System (1)
compmod\system\componentmodel\design\CommandID.cs (1)
71
return menuGroup.
GetHashCode
() << 2 | commandID;
System.Activities (1)
System\Activities\BookmarkScope.cs (1)
149
return this.id.
GetHashCode
();
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
353
return IsNull ? 0 : Value.
GetHashCode
();
System.Data.Entity (1)
System\Data\Common\QueryCache\CompiledQueryCacheKey.cs (1)
46
return _cacheIdentity.
GetHashCode
();
System.Drawing (2)
commonui\System\Drawing\Advanced\FrameDimension.cs (1)
87
return guid.
GetHashCode
();
commonui\System\Drawing\Advanced\ImageFormat.cs (1)
165
return this.guid.
GetHashCode
();
System.Net (3)
net\PeerToPeer\Collaboration\PeerApplication.cs (1)
465
return Id.
GetHashCode
();
net\PeerToPeer\Collaboration\PeerNearMe.cs (1)
844
return Id.
GetHashCode
();
net\PeerToPeer\Collaboration\PeerObject.cs (1)
407
return Id.
GetHashCode
();
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceKey.cs (1)
106
return this.Value.
GetHashCode
();
System.Web (3)
Hosting\HostingEnvironment.cs (1)
1517
s_appDomainUniqueInteger = Guid.NewGuid().
GetHashCode
();
UI\WebParts\WebPartManager.cs (2)
1927
int guidHash = Math.Abs(Guid.NewGuid().
GetHashCode
());
1940
int guidHash = Math.Abs(Guid.NewGuid().
GetHashCode
());
System.Workflow.Activities (1)
Task.cs (1)
791
return base.GetHashCode() ^ this.runId.
GetHashCode
();
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutionContextCollection.cs (1)
448
return contextGuid.
GetHashCode
();
System.Workflow.Runtime (1)
WorkflowInstance.cs (1)
479
return this._instanceId.
GetHashCode
();