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