Base:
method
GetHashCode
System.Object.GetHashCode()
374 references to GetHashCode
mscorlib (41)
system\applicationid.cs (1)
140return m_name.GetHashCode() ^ m_version.GetHashCode();
system\collections\generic\comparer.cs (3)
104return this.GetType().Name.GetHashCode(); 128return this.GetType().Name.GetHashCode(); 146return this.GetType().Name.GetHashCode();
system\collections\generic\equalitycomparer.cs (8)
181return this.GetType().Name.GetHashCode(); 240return this.GetType().Name.GetHashCode(); 300return this.GetType().Name.GetHashCode(); 379return this.GetType().Name.GetHashCode(); 419return this.GetType().Name.GetHashCode(); 476return this.GetType().Name.GetHashCode(); 547return (this.GetType().Name.GetHashCode() ^ ((int) (_entropy & 0x7FFFFFFF))); 599return (this.GetType().Name.GetHashCode() ^ ((int) (_entropy & 0x7FFFFFFF)));
system\globalization\compareinfo.cs (2)
1177return (this.Name.GetHashCode()); 1193return source.GetHashCode();
system\globalization\cultureinfo.cs (1)
1342return (this.Name.GetHashCode() + this.CompareInfo.GetHashCode());
system\globalization\regioninfo.cs (1)
620return (this.Name.GetHashCode());
system\globalization\stringinfo.cs (1)
77return this.m_str.GetHashCode();
system\globalization\textinfo.cs (1)
668return (this.CultureName.GetHashCode());
system\reflection\emit\methodbuilder.cs (1)
507return this.m_strName.GetHashCode();
system\runtime\remoting\contextproperty.cs (1)
193return this.AttributeName.GetHashCode();
system\runtime\remoting\urlattribute.cs (1)
56return this.url.GetHashCode();
system\security\cryptography\HashAlgorithmName.cs (1)
96return _name == null ? 0 : _name.GetHashCode();
system\security\permissions\keycontainerpermission.cs (3)
188hash |= (this.m_keyStore.GetHashCode() & 0x000000FF) << 24; 189hash |= (this.m_providerName.GetHashCode() & 0x000000FF) << 16; 191hash |= (this.m_keyContainerName.GetHashCode() & 0x000000FF) << 4;
system\security\permissions\principalpermission.cs (2)
114(m_id == null ? 0 : m_id.GetHashCode()) + 115(m_role == null? 0 : m_role.GetHashCode()));
system\security\policy\codegroup.cs (1)
773return (m_name == null ? 0 : m_name.GetHashCode())
system\security\policy\netcodegroup.cs (2)
120return Scheme.GetHashCode() + Port.GetHashCode(); 824result += ((string)m_schemesList[i]).GetHashCode();
system\security\policy\site.cs (1)
87return Name.GetHashCode();
system\security\policy\strongname.cs (1)
202return (m_name == null ? 0 : m_name.GetHashCode()) + (m_version == null ? 0 : m_version.GetHashCode());
system\security\policy\strongnamemembershipcondition.cs (1)
384return (m_name == null ? 0 : m_name.GetHashCode()) + (m_version == null ? 0 : m_version.GetHashCode());
system\stringcomparer.cs (3)
363return obj.GetHashCode(); 377int hashCode = name.GetHashCode(); 454int hashCode = name.GetHashCode();
system\text\decoderreplacementfallback.cs (1)
103return strDefault.GetHashCode();
system\text\encoderreplacementfallback.cs (1)
105return strDefault.GetHashCode();
system\threading\compressedstack.cs (1)
52return ToString().GetHashCode();
system\threading\executioncontext.cs (1)
457return _thread == null ? ToString().GetHashCode() : _thread.GetHashCode();
system\timezoneinfo.cs (1)
903return m_id.ToUpper(CultureInfo.InvariantCulture).GetHashCode();
PresentationBuildTasks (5)
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
223iHashCode += fileItemList[i].ItemSpec.GetHashCode();
Framework\System\Windows\Markup\BamlMapTable.cs (3)
1900return ((AssemblyFullName != null) ? AssemblyFullName.GetHashCode() : 0); 1965return ((DeclaringAssembly != null) ? DeclaringAssembly.GetHashCode() : 0) ^ 1966((TypeFullName != null) ? TypeFullName.GetHashCode() : 0);
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
6831return _ownerType.GetHashCode() ^ _name.GetHashCode();
PresentationCore (5)
Core\CSharp\MS\Internal\FontCache\CanonicalFontFamilyReference.cs (3)
146return _familyName.GetHashCode(); 153EscapedFileName.GetHashCode(); 156hash = HashFn.HashMultiply(hash) + _familyName.GetHashCode();
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
469hash = HashFn.HashMultiply(hash) + _name.GetHashCode();
Core\CSharp\MS\Internal\Shaping\ShapeTypeface.cs (1)
59+ (_deviceFont == null ? 0 : _deviceFont.Name.GetHashCode());
PresentationFramework (18)
src\Framework\MS\Internal\Data\AccessorTable.cs (1)
226return unchecked(_type.GetHashCode() + _name.GetHashCode());
src\Framework\MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
65return XmlNamespace.GetHashCode() ^ BaseName.GetHashCode();
src\Framework\System\Windows\Data\XmlNamespaceMapping.cs (1)
127hash = _prefix.GetHashCode();
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
389return id.GetHashCode();
src\Framework\System\Windows\Markup\BamlMapTable.cs (3)
1900return ((AssemblyFullName != null) ? AssemblyFullName.GetHashCode() : 0); 1965return ((DeclaringAssembly != null) ? DeclaringAssembly.GetHashCode() : 0) ^ 1966((TypeFullName != null) ? TypeFullName.GetHashCode() : 0);
src\Framework\System\Windows\Markup\Localizer\BamlLocalizableResource.cs (2)
198return (_content == null ? 0 : _content.GetHashCode()) 199^(_comments == null ? 0 : _comments.GetHashCode())
src\Framework\System\Windows\Markup\Localizer\BamlLocalizableResourceKey.cs (3)
142return _uid.GetHashCode() 143^ _className.GetHashCode() 144^ _propertyName.GetHashCode();
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
334return _type.GetHashCode() ^ _propertyName.GetHashCode();
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
1311return Uri.GetHashCode() + Prefix.GetHashCode();
src\Framework\System\Windows\VisualStateManager.cs (2)
828int targetNameHash = _targetName != null ? _targetName.GetHashCode() : 0; 829int targetPropertyHash = (_targetProperty != null && _targetProperty.Path != null) ? _targetProperty.Path.GetHashCode() : 0;
System (27)
compmod\system\codedom\compiler\CompilerInfo.cs (1)
128return _codeDomProviderTypeName.GetHashCode();
compmod\system\componentmodel\CategoryAttribute.cs (1)
268return Category.GetHashCode();
compmod\system\componentmodel\DescriptionAttribute.cs (1)
74return Description.GetHashCode();
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
289return obj.FullName.GetHashCode();
compmod\system\componentmodel\design\ToolboxItemAttribute.cs (1)
129return toolboxItemTypeName.GetHashCode();
compmod\system\componentmodel\DesignerAttribute.cs (2)
145return designerTypeName.GetHashCode() ^ designerBaseTypeName.GetHashCode();
compmod\system\componentmodel\DesignerCategoryAttribute.cs (1)
126return category.GetHashCode();
compmod\system\componentmodel\DisplayNameAttribute.cs (1)
74return DisplayName.GetHashCode();
compmod\system\componentmodel\MemberDescriptor.cs (4)
67this.nameHash = name.GetHashCode(); 89this.nameHash = name.GetHashCode(); 109this.nameHash = name.GetHashCode(); 235/// code for the name of the member as specified in <see cref='System.String.GetHashCode'/>.
compmod\system\componentmodel\ProvidePropertyAttribute.cs (2)
82return propertyName.GetHashCode() ^ receiverTypeName.GetHashCode();
compmod\system\componentmodel\ToolboxItemFilterAttribute.cs (1)
119return filterString.GetHashCode();
compmod\system\componentmodel\TypeConverterAttribute.cs (1)
82return typeName.GetHashCode();
net\System\Net\cookie.cs (1)
751return (Name + "=" + Value + ";" + Path + "; " + Domain + "; " + Version).GetHashCode();
net\System\Net\CredentialCache.cs (3)
442m_HashCode = AuthenticationType.ToUpperInvariant().GetHashCode() + Host.ToUpperInvariant().GetHashCode() + Port.GetHashCode(); 537m_HashCode = AuthenticationType.ToUpperInvariant().GetHashCode() + UriPrefixLength + UriPrefix.GetHashCode();
net\System\Net\mail\ContentDisposition.cs (1)
332return ToString().ToLowerInvariant().GetHashCode();
net\System\Net\mail\ContentType.cs (1)
251return ToString().ToLowerInvariant().GetHashCode();
net\System\Net\mail\MailAddress.cs (1)
204return ToString().GetHashCode();
net\System\Net\SocketPermission.cs (1)
783return ToString().GetHashCode();
sys\system\runtime\versioning\FrameworkName.cs (2)
92return Identifier.GetHashCode() ^ Version.GetHashCode() ^ Profile.GetHashCode();
System.Activities (8)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
1556this.hashCode = expressionText != null ? expressionText.GetHashCode() : 0;
Microsoft\VisualBasic\Activities\VisualBasicImportReference.cs (1)
58this.hashCode = this.import.ToUpperInvariant().GetHashCode();
System\Activities\Bookmark.cs (1)
185return this.externalName.GetHashCode();
System\Activities\Debugger\SourceLocation.cs (2)
184return (string.IsNullOrEmpty(this.FileName) ? 0 : this.FileName.GetHashCode()) ^ 187((this.Checksum == null) ? 0 : SymbolHelper.GetHexStringFromChecksum(this.Checksum).GetHashCode());
System\Activities\Expressions\AssemblyNameEqualityComparer.cs (1)
103hashcode ^= obj.Name.GetHashCode();
System\Activities\WorkflowIdentity.cs (2)
113int result = this.name.GetHashCode(); 120result ^= this.package.GetHashCode();
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelProperty.cs (1)
228return Parent.GetHashCode() ^ Name.GetHashCode();
System.Activities.Presentation\System\Activities\Presentation\EditorOptionAttribute.cs (1)
65(Name == null ? 0 : Name.GetHashCode()) ^
System.AddIn (3)
System\Addin\Hosting\QualificationDataItem.cs (1)
58return m_type.GetHashCode() ^ (Name == null ? 0 : Name.GetHashCode());
System\Addin\MiniReflection\MiniAssembly.cs (1)
297return FullName.GetHashCode();
System\Addin\MiniReflection\TypeInfo.cs (1)
934return AssemblyQualifiedName.GetHashCode();
System.ComponentModel.DataAnnotations (2)
DataAnnotations\UIHintAttribute.cs (2)
140return a.GetHashCode() ^ b.GetHashCode();
System.Core (7)
Microsoft\Scripting\Actions\ExpandoClass.cs (1)
63int hashCode = _hashCode ^ newKey.GetHashCode();
System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs (1)
57return this.providerName.GetHashCode() ^ cultureInfo.GetHashCode();
System\Security\Cryptography\CngAlgorithm.cs (1)
93return m_algorithm.GetHashCode();
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
87return m_algorithmGroup.GetHashCode();
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
88return m_format.GetHashCode();
System\Security\Cryptography\CngProperty.cs (1)
130int hashCode = Name.GetHashCode() ^ Options.GetHashCode();
System\Security\Cryptography\CngProvider.cs (1)
82return m_provider.GetHashCode();
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelProperty.cs (1)
228return Parent.GetHashCode() ^ Name.GetHashCode();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\EditorOptionAttribute.cs (1)
65(Name == null ? 0 : Name.GetHashCode()) ^
fx\src\data\System\Data\Common\DbConnectionPoolKey.cs (1)
64return _connectionString == null ? 0 : _connectionString.GetHashCode();
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
557return unchecked(obj.Key.GetHashCode() + obj.Value.ElementName.GetHashCode());
fx\src\data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs (2)
99hashCode = (hashCode * 17) + StsAuthority.GetHashCode(); 100hashCode = (hashCode * 17) + ServicePrincipalName.GetHashCode();
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
45_hashCode = sidString == null ? 0 : sidString.GetHashCode();
fx\src\data\System\Data\SqlClient\SqlConnectionPoolKey.cs (1)
102_hashValue = _hashValue * 17 + _accessToken.GetHashCode();
fx\src\data\System\Data\SqlClient\SqlDependency.cs (2)
98hashValue = _userName.GetHashCode(); 153return _database.GetHashCode();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
1212hashValue = unchecked(_connectionString.GetHashCode() + _queue.GetHashCode() + hashValue); 1215hashValue = unchecked(_connectionString.GetHashCode() + hashValue);
System.Data.Entity (27)
System\Data\Common\QueryCache\EntityClientCacheKey.cs (2)
70_eSqlStatement.GetHashCode() ^ 71_parametersToken.GetHashCode();
System\Data\Common\QueryCache\EntitySqlQueryCacheKey.cs (4)
90int combinedHash = _eSqlStatement.GetHashCode() ^ 95combinedHash ^= _parametersToken.GetHashCode(); 100combinedHash ^= _includePathsToken.GetHashCode(); 105combinedHash ^= _defaultContainer.GetHashCode();
System\Data\Common\QueryCache\LinqQueryCacheKey.cs (3)
90int combinedHash = _expressionKey.GetHashCode() ^ 95combinedHash ^= _parametersToken.GetHashCode(); 100combinedHash ^= _includePathsToken.GetHashCode();
System\Data\Common\QueryCache\ShaperFactoryQueryCacheKey.cs (1)
42return _columnMapKey.GetHashCode();
System\Data\EntityKey.cs (2)
432hashCode = _entitySetName.GetHashCode(); 436hashCode ^= _entityContainerName.GetHashCode();
System\Data\Mapping\FunctionImportMapping.cs (1)
711return Description.GetHashCode();
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
813return builder.ToString().GetHashCode();
System\Data\Metadata\DefaultAssemblyResolver.cs (1)
180return assembly.FullName.GetHashCode();
System\Data\Metadata\MetadataArtifactLoaderFile.cs (1)
100return _path.GetHashCode();
System\Data\Metadata\MetadataArtifactLoaderResource.cs (1)
95return Path.GetHashCode();
System\Data\Objects\DataClasses\RelationshipNavigation.cs (1)
174return this.RelationshipName.GetHashCode();
System\Data\Objects\ObjectStateManagerMetadata.cs (2)
46obj.EntitySet.Name.GetHashCode() + 47obj.EntitySet.EntityContainer.Name.GetHashCode());
System\Data\Objects\RelationshipWrapper.cs (1)
113return this.AssociationSet.Name.GetHashCode() ^ (this.Key0.GetHashCode() + this.Key1.GetHashCode());
System\Data\Objects\SpanIndex.cs (1)
50return obj.Identity.GetHashCode();
System\Data\Query\InternalTrees\RelPropertyHelper.cs (1)
86return this.ToEnd.Identity.GetHashCode();
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
155return m_property.Name.GetHashCode();
System\Data\Query\PlanCompiler\TypeUtils.cs (1)
73return obj.EdmType.Identity.GetHashCode();
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
2100return ((DbParameterReferenceExpression)obj).ParameterName.GetHashCode() ^ Int32.MaxValue; 2104return ((DbVariableReferenceExpression)obj).VariableName.GetHashCode();
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.DbObjectKey.cs (3)
124hashCode ^= _catalog.GetHashCode(); 129hashCode ^= _schema.GetHashCode(); 134hashCode ^= _name.GetHashCode();
System.Data.Services (2)
System\Data\Services\Caching\MetadataCache.cs (1)
130this.hashCode ^= this.dataContextConnection.GetHashCode();
System\Data\Services\Providers\BasicExpandProvider.cs (1)
557return obj.name.GetHashCode() + (obj.property == null ? 0 : obj.property.GetHashCode());
System.Data.Services.Client (2)
System\Data\Services\Client\ClientType.cs (1)
1070return obj.Type.GetHashCode() ^ obj.Name.GetHashCode();
System\Data\Services\Client\LinkDescriptor.cs (1)
121return (null != obj) ? (obj.Source.GetHashCode() ^ ((null != obj.Target) ? obj.Target.GetHashCode() : 0) ^ obj.SourceProperty.GetHashCode()) : 0;
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
901return (null != obj) ? obj.Name.GetHashCode() : 0;
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilName.cs (1)
77return this.local.GetHashCode();
System\Xml\Xsl\Runtime\EarlyBoundInfo.cs (1)
60return this.namespaceUri.GetHashCode();
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
132this.hashCode = localName.GetHashCode();
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
106this.hashCode = namespaceUri.GetHashCode() ^ name.GetHashCode() ^ ((int) flags << 16) ^ (int) numArgs;
System.Drawing (3)
commonui\System\Drawing\Advanced\FontFamily.cs (1)
253return this.GetName(LANG_NEUTRAL).GetHashCode();
commonui\System\Drawing\Design\ToolboxItem.cs (2)
508int hash = (typeName != null) ? typeName.GetHashCode() : 0; 510return unchecked(hash ^ DisplayName.GetHashCode());
System.IdentityModel (13)
System\IdentityModel\Claims\ClaimComparer.cs (2)
154return claim.ClaimType.GetHashCode() ^ claim.Right.GetHashCode()
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (1)
214return obj.ToUpper(CultureInfo.InvariantCulture).GetHashCode();
System\IdentityModel\Tokens\Saml2Id.cs (1)
86return this.value.GetHashCode();
System\IdentityModel\Tokens\SamlAttributeKeyComparer.cs (6)
72_hashCode = _name.GetHashCode(); 73_hashCode ^= _friendlyName.GetHashCode(); 74_hashCode ^= _nameFormat.GetHashCode(); 75_hashCode ^= _namespace.GetHashCode(); 76_hashCode ^= _valueType.GetHashCode(); 77_hashCode ^= _originalIssuer.GetHashCode();
System\IdentityModel\Tokens\SamlAuthenticationClaimResource.cs (1)
197return (this.authenticationInstant.GetHashCode() ^ this.authenticationMethod.GetHashCode());
System\IdentityModel\Tokens\SamlAuthorizationDecisionClaimResource.cs (1)
100return (this.resource.GetHashCode() ^ this.accessDecision.GetHashCode());
System\IdentityModel\Tokens\SamlNameIdentifierClaimResource.cs (1)
81return this.name.GetHashCode();
System.Management (3)
managementbaseobject.cs (3)
746localHash = this.GetText(TextFormat.Mof).GetHashCode(); 751localHash = string.Empty.GetHashCode(); 756localHash = string.Empty.GetHashCode();
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
4567return formatName.GetHashCode() + (int)accessMode;
System.Net (2)
net\PeerToPeer\Cloud.cs (1)
303return m_CloudName.GetHashCode();
net\PeerToPeer\PeerName.cs (1)
352return m_PeerName.GetHashCode();
System.Runtime.Caching (1)
System\Caching\MemoryCacheKey.cs (1)
18_hash = key.GetHashCode();
System.Runtime.Serialization (5)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (2)
520hashCode = this.assemblyName.GetHashCode(); 523hashCode ^= this.typeName.GetHashCode();
System\Xml\PrefixHandle.cs (1)
250return GetString().GetHashCode();
System\Xml\StringHandle.cs (1)
289return GetString().GetHashCode();
System\Xml\UniqueID.cs (1)
383return ToString().GetHashCode();
System.ServiceModel (17)
System\ServiceModel\Channels\AddressHeader.cs (1)
102return GetComparableForm().GetHashCode();
System\ServiceModel\Channels\BaseUriWithWildcard.cs (1)
327this.hashCode = this.comparand.Address.GetHashCode() ^ this.comparand.Port ^ (int)this.HostNameComparisonMode;
System\ServiceModel\Channels\DirectionalAction.cs (1)
71return this.action.GetHashCode();
System\ServiceModel\Channels\RedirectionUtility.cs (2)
50string hashString = value + value.GetHashCode().ToString(Globalization.CultureInfo.InvariantCulture); 57return hashString.GetHashCode();
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
215hashcode ^= this.SubProtocol.ToLowerInvariant().GetHashCode();
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
57hashCode ^= this.endpointConfigurationName.GetHashCode();
System\ServiceModel\Description\MetadataConversionError.cs (1)
36return message.GetHashCode();
System\ServiceModel\Description\ServiceReflector.cs (1)
306return EncodedName.GetHashCode();
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (2)
305return obj.name.GetHashCode() ^ obj.ns.GetHashCode();
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
898return obj.Name.GetHashCode();
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (2)
754return claim.ClaimType.GetHashCode() ^ claim.Right.GetHashCode()
System\ServiceModel\StringUtil.cs (1)
23return str.GetHashCode();
System\UriTemplateHelpers.cs (1)
384return obj.ToUpperInvariant().GetHashCode();
System\UriTemplateLiteralQueryValue.cs (1)
62return this.value.GetHashCode();
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (4)
339this.hashCode = CombineHashCodes(this.key.GetHashCode(), this.value.GetHashCode()); 369int hash1 = CombineHashCodes(this.hashCode, keyValue.Key.GetHashCode()); 370this.hashCode = CombineHashCodes(hash1, keyValue.Value.GetHashCode());
System\ServiceModel\Activities\InternalSendMessage.cs (1)
3152hashCode ^= this.contract.Name.GetHashCode();
System\ServiceModel\Activities\WorkflowService.cs (1)
874hashCode ^= this.operationName.GetHashCode();
System\ServiceModel\CorrelationActionMessageFilter.cs (1)
76return (this.Action != null) ? this.Action.GetHashCode() : 0;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryMessageSequence.cs (1)
116this.MessageNumber).GetHashCode();
System.Web (52)
Cache\CacheEntry.cs (1)
67_hashCode = _key.GetHashCode();
Compilation\BrowserCapabilitiesCompiler.cs (1)
246int hashKey = bd.GetType().GetHashCode() ^ parentName.GetHashCode();
Compilation\ExpressionEditorAttribute.cs (1)
48return EditorTypeName.GetHashCode();
Configuration\AuthorizationRule.cs (3)
199int hHashCode = HashCodeCombiner.CombineHashCodes(__verbs.GetHashCode(), __roles.GetHashCode(), 200__users.GetHashCode(), (int)Action);
Configuration\BuildProvider.cs (1)
74Type.GetHashCode());
Configuration\CustomError.cs (1)
63return HashCodeCombiner.CombineHashCodes(StatusCode, Redirect.GetHashCode());
Configuration\FolderLevelBuildProvider.cs (1)
65Type.GetHashCode());
Configuration\HttpCapabilitiesEvaluator.cs (1)
236hashKey += builder.ToString().GetHashCode().ToString(CultureInfo.InvariantCulture);
Configuration\NamespaceInfo.cs (1)
53return Namespace.GetHashCode();
Configuration\ProfileGroupSettings.cs (1)
57return Name.GetHashCode() ^ PropertySettings.GetHashCode();
Configuration\TagMapInfo.cs (2)
64return TagType.GetHashCode() ^ MappedTagType.GetHashCode();
Configuration\TagPrefixInfo.cs (5)
99return TagPrefix.GetHashCode() ^ TagName.GetHashCode() ^ 100Namespace.GetHashCode() ^ Assembly.GetHashCode() ^ 101Source.GetHashCode();
Configuration\TransformerInfo.cs (2)
102return Name.GetHashCode() ^ Type.GetHashCode();
Handlers\AssemblyResourceLoader.cs (2)
75resourceName.GetHashCode(), 597int cacheKey = HashCodeCombiner.CombineHashCodes(assembly.GetHashCode(), resourceName.GetHashCode());
Hosting\ApplicationManager.cs (1)
215return appId.GetHashCode().ToString("x", CultureInfo.InvariantCulture);
Hosting\HostingEnvironment.cs (1)
997return "MapPath_" + virtualPath.VirtualPathString.ToLowerInvariant().GetHashCode().ToString(CultureInfo.InvariantCulture);
SiteMapNode.cs (1)
501return _key.GetHashCode();
UI\ClientScriptManager.cs (1)
1466return WebUtil.HashCodeCombiner.CombineHashCodes(_type.GetHashCode(), _key.GetHashCode(),
UI\ControlValuePropertyAttribute.cs (1)
94((Name != null) ? Name.GetHashCode() : 0),
UI\DataBinding.cs (1)
87return propertyName.ToLower(CultureInfo.InvariantCulture).GetHashCode();
UI\DataBindingHandlerAttribute.cs (1)
76return HandlerTypeName.GetHashCode();
UI\DataKeyPropertyAttribute.cs (1)
40return (Name != null) ? Name.GetHashCode() : 0;
UI\DataSourceSelectArguments.cs (1)
163_sortExpression.GetHashCode(),
UI\ExpressionBinding.cs (1)
101return _propertyName.ToLower(CultureInfo.InvariantCulture).GetHashCode();
UI\PageTheme.cs (3)
180return _typeName.GetHashCode(); 183return HashCodeCombiner.CombineHashCodes(_typeName.GetHashCode(), _skinID.GetHashCode());
UI\ParseChildrenAsPropertiesAttribute.cs (1)
134return HashCodeCombiner.CombineHashCodes(_childrenAsProps.GetHashCode(), DefaultProperty.GetHashCode());
UI\SkinBuilder.cs (1)
220_contentHashCode = themeDefinition.GetHashCode();
UI\ToolboxDataAttribute.cs (1)
53return ((Data != null) ? Data.GetHashCode() : 0);
UI\UrlPropertyAttribute.cs (1)
45return Filter.GetHashCode();
UI\WebControls\listitem.cs (2)
215return HashCodeCombiner.CombineHashCodes(Value.GetHashCode(), Text.GetHashCode());
UI\WebParts\PersonalizationStateInfoCollection.cs (2)
194int pathHashCode = key.Path.ToLowerInvariant().GetHashCode(); 197usernameHashCode = key.Username.ToLowerInvariant().GetHashCode();
UI\WebParts\WebDescriptionAttribute.cs (1)
48return Description.GetHashCode();
UI\WebParts\WebDisplayNameAttribute.cs (1)
48return DisplayName.GetHashCode();
UI\WebParts\WebPartUserCapability.cs (1)
50return _name.GetHashCode();
Util\AspCompat.cs (1)
353int activityHash = sharedActivity ? _sessionId.GetHashCode() : 0;
Util\FastPropertyAccessor.cs (2)
314type.GetHashCode(), propertyName.GetHashCode()); 336declaringType.GetHashCode(), propertyName.GetHashCode());
Util\FileUtil.cs (1)
138path.GetHashCode().ToString(CultureInfo.InvariantCulture);
Util\StringUtil.cs (1)
283return ignoreCase ? StringComparer.InvariantCultureIgnoreCase.GetHashCode(s) : s.GetHashCode();
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
4351return obj._familyName.GetHashCode() ^ obj._size.GetHashCode();
System.Web.DynamicData (1)
DynamicData\MetaModel.cs (1)
588HashCode = ContextType.GetHashCode() ^ TableName.GetHashCode();
System.Web.Extensions (17)
UI\WebControls\Dynamic.cs (1)
230hashCode ^= p.Name.GetHashCode() ^ p.Type.GetHashCode();
UI\WebControls\NextPreviousPagerField.cs (9)
617this.ButtonCssClass.GetHashCode() | 619this.FirstPageImageUrl.GetHashCode() | 620this.FirstPageText.GetHashCode() | 621this.LastPageImageUrl.GetHashCode() | 622this.LastPageText.GetHashCode() | 623this.NextPageImageUrl.GetHashCode() | 624this.NextPageText.GetHashCode() | 625this.PreviousPageImageUrl.GetHashCode() | 626this.PreviousPageText.GetHashCode() |
UI\WebControls\NumericPagerField.cs (7)
506this.CurrentPageLabelCssClass.GetHashCode() | 507this.NextPageImageUrl.GetHashCode() | 508this.NextPageText.GetHashCode() | 509this.NextPreviousButtonCssClass.GetHashCode() | 510this.NumericButtonCssClass.GetHashCode() | 511this.PreviousPageImageUrl.GetHashCode() | 512this.PreviousPageText.GetHashCode();
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
528_cacheKey = styleText.GetHashCode ().ToString (CultureInfo.InvariantCulture); 547_sessionKey = XhtmlConstants.SessionKeyPrefix + styleText.GetHashCode ().ToString (CultureInfo.InvariantCulture);
UI\MobileControls\MobileListItem.cs (1)
227return Value.GetHashCode();
UI\MobileControls\ObjectListItem.cs (2)
135return _fields[0].GetHashCode(); 139return Value.GetHashCode();
UI\MobileControls\PersistNameAttribute.cs (1)
62return _name.ToLower(CultureInfo.InvariantCulture).GetHashCode();
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingContext.cs (1)
260return dataSourceHashCode * dataMember.GetHashCode();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
1206return name.GetHashCode();
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (1)
720this.Format.GetHashCode(),
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1612hashCode = className.GetHashCode();
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4351return obj._familyName.GetHashCode() ^ obj._size.GetHashCode();
System.Workflow.Activities (7)
LocalService\ExternalDataExchangeService.cs (1)
291int hash = type.GetHashCode() ^ e.Name.GetHashCode();
LocalService\FollowerQueueCreator.cs (1)
40return this.followerOperation.GetHashCode();
LocalService\MessageQueueKey.cs (5)
232return (AssemblyQualifiedName.GetHashCode() ^ this.operation.GetHashCode()); 234return (AssemblyQualifiedName.GetHashCode() ^ this.operation.GetHashCode() ^ this.activityId.GetHashCode());
System.Workflow.ComponentModel (9)
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
258this.activityQualifiedName.GetHashCode();
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1389hashCode = name.GetHashCode();
AuthoringOM\DependencyProperty.cs (2)
129int hashCode = propertyName.GetHashCode() ^ ownerType.GetHashCode(); 366return (this.name.GetHashCode() ^ this.ownerType.GetHashCode());
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
1351return this.path.GetHashCode();
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (2)
159int key = typeNamespace.GetHashCode() ^ assemblyName.GetHashCode();
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (2)
159return (ClrNamespace.GetHashCode() ^ this.unifiedAssemblyName.GetHashCode());
System.Workflow.Runtime (1)
parent\Common\Shared\DigestComparer.cs (1)
32return GetMD5DigestString(checksumBytes).GetHashCode();
System.WorkflowServices (4)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (2)
155result ^= key.GetHashCode() ^ this.persistenceProviderArguments[key].GetHashCode();
System\Workflow\Activities\ContractType.cs (2)
296return this.name.GetHashCode(); 868return ToString().GetHashCode();
System.Xml (18)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
91return this.prefix.GetHashCode() ^ this.localname.GetHashCode();
System\Xml\Schema\Chameleonkey.cs (1)
45hashCode = targetNS.GetHashCode() + chameleonLocation.GetHashCode() +
System\Xml\Serialization\CodeIdentifiers.cs (1)
28return s.ToUpper(CultureInfo.CurrentCulture).GetHashCode();
System\Xml\Serialization\Compilation.cs (1)
699return ((ns != null ? ns.GetHashCode() : 0) ^ (type != null ? type.GetHashCode() : 0));
System\Xml\Serialization\Compiler.cs (1)
152return parent.Name + ".XmlSerializers" + (ns == null || ns.Length == 0 ? "" : "." + ns.GetHashCode());
System\Xml\Serialization\ImportContext.cs (1)
221int code = hashString.GetHashCode();
System\Xml\Serialization\NameTable.cs (3)
28return (ns == null ? "<null>".GetHashCode() : ns.GetHashCode()) ^ (name == null ? 0 : name.GetHashCode());
System\Xml\Serialization\SourceInfo.cs (1)
234return (Source == null) ? 0 : Source.GetHashCode();
System\Xml\Serialization\XmlSerializer.cs (3)
908hashCode ^= this.Mapping.Key.GetHashCode(); 911hashCode ^= this.Mapping.ElementName.GetHashCode(); 914hashCode ^= this.Mapping.Namespace.GetHashCode();
System\Xml\XmlQualifiedName.cs (1)
216return s.GetHashCode();
System\Xml\XPath\XPathNavigatorKeyComparer.cs (3)
44hashCode ^= nav.LocalName.GetHashCode(); 45hashCode ^= nav.Prefix.GetHashCode(); 46hashCode ^= nav.NamespaceURI.GetHashCode();
System.Xml.Linq (13)
System\Xml\Linq\XLinq.cs (13)
47this.hashCode = ns.GetHashCode() ^ localName.GetHashCode(); 256this.hashCode = namespaceName.GetHashCode(); 2258return text.GetHashCode(); 2910if (s != null) return s.GetHashCode(); 2918h ^= text.GetHashCode(); 6124return value.GetHashCode(); 6241return target.GetHashCode() ^ data.GetHashCode(); 6519return name.GetHashCode() ^ 6520(publicId != null ? publicId.GetHashCode() : 0) ^ 6521(systemId != null ? systemId.GetHashCode() : 0) ^ 6522(internalSubset != null ? internalSubset.GetHashCode() : 0); 7129return name.GetHashCode() ^ value.GetHashCode();
WindowsBase (16)
Base\MS\Internal\ContentType.cs (3)
348return obj.ToString().ToUpperInvariant().GetHashCode(); 377return obj._type.ToUpperInvariant().GetHashCode() ^ obj._subType.ToUpperInvariant().GetHashCode();
Base\MS\Internal\IO\Packaging\CaseInsensitiveOrdinalStringComparer.cs (1)
50return ((String) str).ToUpperInvariant().GetHashCode();
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStorageReference.cs (1)
95return _fullName.GetHashCode();
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStreamReference.cs (1)
109return _fullName.GetHashCode();
Base\MS\Internal\WeakEventTable.cs (1)
607return unchecked(_eventSourceType.GetHashCode() + _eventName.GetHashCode());
Base\System\ComponentModel\SortDescription.cs (1)
140result = unchecked(PropertyName.GetHashCode() + result);
Base\System\IO\Packaging\ZipPackage.cs (1)
856return extension.ToUpperInvariant().GetHashCode();
Base\System\Security\RightsManagement\LocalizedNameDescriptionPair.cs (2)
128return Name.GetHashCode() ^ Description.GetHashCode();
Base\System\Security\RightsManagement\UseLicense.cs (1)
194return _serializedUseLicense.GetHashCode();
Base\System\Security\RightsManagement\User.cs (1)
214hashValue = (hashString.ToString()).GetHashCode();
Base\System\Windows\DependencyProperty.cs (2)
1080_hashCode = _name.GetHashCode() ^ _ownerType.GetHashCode(); 1087_hashCode = _name.GetHashCode() ^ _ownerType.GetHashCode();
Shared\MS\Win32\NativeMethodsCLR.cs (1)
97return this.ToString().GetHashCode();