Base:
method
GetHashCode
System.ValueType.GetHashCode()
32 references to GetHashCode
mscorlib (3)
system\security\cryptography\RSAEncryptionPadding.cs (1)
89
return CombineHashCodes(_mode.
GetHashCode
(), _oaepHashAlgorithm.GetHashCode());
system\security\cryptography\RSASignaturePadding.cs (1)
54
return _mode.
GetHashCode
();
system\security\policy\filecodegroup.cs (1)
200
return base.GetHashCode() + m_access.
GetHashCode
();
PresentationCore (2)
Core\CSharp\System\Windows\Duration.cs (1)
496
return _durationType.
GetHashCode
() + 17;
Core\CSharp\System\Windows\Media\Animation\KeyTime.cs (1)
199
return _type.
GetHashCode
();
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\CustomPopupPlacement.cs (1)
97
return _primaryAxis.
GetHashCode
() ^ _point.GetHashCode();
src\Framework\System\Windows\Controls\Primitives\HierarchicalVirtualizationConstraints.cs (1)
131
return (_cacheLength.GetHashCode() ^ _cacheLengthUnit.
GetHashCode
() ^ _viewport.GetHashCode());
src\Framework\System\Windows\DependencyPropertyHelper.cs (1)
115
return _baseValueSource.
GetHashCode
();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (1)
1225
return this.point1.GetHashCode() ^ this.point2.GetHashCode() ^ Orientation.
GetHashCode
();
System.AddIn (1)
System\Addin\Hosting\QualificationDataItem.cs (1)
58
return m_type.
GetHashCode
() ^ (Name == null ? 0 : Name.GetHashCode());
System.Core (1)
System\Security\Cryptography\CngProperty.cs (1)
130
int hashCode = Name.GetHashCode() ^ Options.
GetHashCode
();
System.Data.Entity (3)
System\Data\Common\QueryCache\EntityClientCacheKey.cs (1)
69
_hashCode = _commandType.
GetHashCode
() ^
System\Data\Common\QueryCache\EntitySqlQueryCacheKey.cs (1)
91
_mergeOption.
GetHashCode
();
System\Data\Common\QueryCache\LinqQueryCacheKey.cs (1)
91
_mergeOption.
GetHashCode
();
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
697
return hash ^ this.sqlDbType.
GetHashCode
() ^ (this.size ?? 0) ^ (this.precision) ^ (this.scale << 8);
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAuthorizationDecisionClaimResource.cs (1)
100
return (this.resource.GetHashCode() ^ this.accessDecision.
GetHashCode
());
System.IO.Log (1)
System\IO\Log\PolicyUnit.cs (1)
53
return (this.type.
GetHashCode
() ^
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
208
int hashcode = this.TransportUsage.
GetHashCode
()
System.Web (5)
UI\PersistenceTypeAttribute.cs (1)
84
return Mode.
GetHashCode
();
UI\TemplateInstanceAttribute.cs (1)
66
return _instances.
GetHashCode
();
UI\WebControls\FontUnit.cs (1)
250
return HashCodeCombiner.CombineHashCodes(type.
GetHashCode
(), value.GetHashCode());
UI\WebControls\Unit.cs (1)
190
return HashCodeCombiner.CombineHashCodes(type.
GetHashCode
(), value.GetHashCode());
UI\WebParts\PersonalizableAttribute.cs (1)
145
return HashCodeCombiner.CombineHashCodes(_isPersonalizable.GetHashCode(), _scope.
GetHashCode
(),
System.Web.Extensions (2)
UI\WebControls\NextPreviousPagerField.cs (1)
618
this.ButtonType.
GetHashCode
() |
UI\WebControls\NumericPagerField.cs (1)
505
this.ButtonType.
GetHashCode
() |
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\ToolStripDesignerAvailabilityAttribute.cs (1)
46
return visibility.
GetHashCode
();
winforms\Managed\System\WinForms\DockingAttribute.cs (1)
79
return dockingBehavior.
GetHashCode
();
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
2573
return this.direction.
GetHashCode
() ^ this.type.GetHashCode();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Connector.cs (2)
163
return (this.associatedDesigner.GetHashCode() ^ this.designerEdge.
GetHashCode
() ^ this.connectionIndex.GetHashCode());
2775
return this.point1.GetHashCode() ^ this.point2.GetHashCode() ^ Orientation.
GetHashCode
();
WindowsBase (2)
Base\System\ComponentModel\PropertyFilterAttribute.cs (1)
65
return _filter.
GetHashCode
();
Base\System\ComponentModel\SortDescription.cs (1)
137
int result = Direction.
GetHashCode
();