Home
last modified time | relevance | path

Searched refs:ComputeHashCode (Results 1 – 22 of 22) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Metadata/tests/
H A DHashCodeTests.cs107 …ithms.ComputeNameHashCode("<Module>"), MetadataTypeHashingAlgorithms.ComputeHashCode(moduleTypeHan… in TestDefinitionHashCodes()
113 … Assert.Equal(objectHashCode, MetadataTypeHashingAlgorithms.ComputeHashCode(objectTypeHandle, rd)); in TestDefinitionHashCodes()
118 … Assert.Equal(nestedHashCode, MetadataTypeHashingAlgorithms.ComputeHashCode(nestedTypeHandle, rd)); in TestDefinitionHashCodes()
123 …Assert.Equal(reallyNestedHashCode, MetadataTypeHashingAlgorithms.ComputeHashCode(reallyNestedTypeH… in TestDefinitionHashCodes()
187 … Assert.Equal(fooTypeHashCode, MetadataTypeHashingAlgorithms.ComputeHashCode(fooTypeHandle, rd)); in TestReferenceHashCodes()
190 ….ComputeNameHashCode("System.Object"), MetadataTypeHashingAlgorithms.ComputeHashCode(objectTypeHan… in TestReferenceHashCodes()
194 …Assert.Equal(nestedTypeHashCode , MetadataTypeHashingAlgorithms.ComputeHashCode(nestedTypeHandle, … in TestReferenceHashCodes()
198 …Assert.Equal(reallyNestedTypeHashCode, MetadataTypeHashingAlgorithms.ComputeHashCode(reallyNestedT… in TestReferenceHashCodes()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Syntax/
H A DNameTable.cs38 int hashCode = ComputeHashCode(key); in Add()
52 int hashCode = ComputeHashCode(key, length); in Add()
66 int hashCode = ComputeHashCode(name.Text); in Add()
73 private static int ComputeHashCode(string key) in ComputeHashCode() method in Microsoft.CSharp.RuntimeBinder.Syntax.NameTable
93 private static int ComputeHashCode(string key, int length) in ComputeHashCode() method in Microsoft.CSharp.RuntimeBinder.Syntax.NameTable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DBuildResult.cs290 internal long ComputeHashCode(long hashCode) { in ComputeHashCode() method in System.Web.Compilation.BuildResult
291 return ComputeHashCode(hashCode, 0); in ComputeHashCode()
294 internal long ComputeHashCode(long hashCode1, long hashCode2) { in ComputeHashCode() method in System.Web.Compilation.BuildResult
303 ComputeHashCode(hashCodeCombiner); in ComputeHashCode()
313 protected virtual void ComputeHashCode(HashCodeCombiner hashCodeCombiner) { in ComputeHashCode() method in System.Web.Compilation.BuildResult
599 protected override void ComputeHashCode(HashCodeCombiner hashCodeCombiner) { in ComputeHashCode() method in System.Web.Compilation.BuildResultCompiledAssemblyBase
601 base.ComputeHashCode(hashCodeCombiner); in ComputeHashCode()
892 protected override void ComputeHashCode(HashCodeCombiner hashCodeCombiner) { in ComputeHashCode() method in System.Web.Compilation.BuildResultCompiledType
894 base.ComputeHashCode(hashCodeCombiner); in ComputeHashCode()
940 base.ComputeHashCode(hashCodeCombiner); in ComputeHashCode()
[all …]
H A DPreservationFileWriter.cs56 long hash = result.ComputeHashCode(hashCode); in SaveBuildResultToFile()
H A DPreservationFileReader.cs132 long currentHash = result.ComputeHashCode(hashCode); in ReadFileInternal()
H A DBuildManager.cs1500 … return result.ComputeHashCode(s_topLevelHash, StringUtil.GetStringHashCode(dependenciesHash)); in GetBuildResultHashCodeIfCached()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Metadata/NativeFormat/
H A DMetadataTypeHashingAlgorithms.cs56 … public static int ComputeHashCode(this TypeDefinitionHandle typeDefHandle, MetadataReader reader) in ComputeHashCode() method in Internal.Metadata.NativeFormat.MetadataTypeHashingAlgorithms
72 int enclosingTypeHashCode = typeDef.EnclosingType.ComputeHashCode(reader); in ComputeHashCode()
79 … public static int ComputeHashCode(this TypeReferenceHandle typeRefHandle, MetadataReader reader) in ComputeHashCode() method in Internal.Metadata.NativeFormat.MetadataTypeHashingAlgorithms
97 …TypeHashCode = typeRef.ParentNamespaceOrType.ToTypeReferenceHandle(reader).ComputeHashCode(reader); in ComputeHashCode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSamlAttributeKeyComparer.cs45 ComputeHashCode(); in AttributeKey()
62 ComputeHashCode(); in AttributeKey()
70 void ComputeHashCode() in ComputeHashCode() method in System.IdentityModel.Tokens.SamlAttributeKeyComparer.AttributeKey
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbConnectionPoolAuthenticationContextKey.cs60 _hashCode = ComputeHashCode(); in DbConnectionPoolAuthenticationContextKey()
94 private int ComputeHashCode() { in ComputeHashCode() method in System.Data.ProviderBase.DbConnectionPoolAuthenticationContextKey
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/Linq/
H A DXHashtable.cs254 int hashCode = ComputeHashCode(key, index, count); in TryGetValue()
290 hashCode = ComputeHashCode(key, 0, key.Length); in TryAdd()
414 private static int ComputeHashCode(string key, int index, int count) in ComputeHashCode() method in System.Xml.Linq.XHashtable.XHashtableState
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DMethodDesc.cs244 Debug.Assert(hashcode == ComputeHashCode()); in SetHashCode()
257 _hashcode = ComputeHashCode(); in AcquireHashCode()
264 protected virtual int ComputeHashCode() in ComputeHashCode() method in Internal.TypeSystem.MethodDesc
H A DInstantiatedMethod.cs37 protected override int ComputeHashCode() in ComputeHashCode() method in Internal.TypeSystem.InstantiatedMethod
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DRedirectionUtility.cs43 public static int ComputeHashCode(string value, string ns) in ComputeHashCode() method in System.ServiceModel.Channels.RedirectionUtility
H A DRedirectionDuration.cs137 this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); in GetHashCode()
H A DRedirectionScope.cs143 this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); in GetHashCode()
H A DRedirectionType.cs145 this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); in GetHashCode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.C5/C5/
H A DCollections.cs735 …public static int ComputeHashCode(ICollectionValue<T> items, SCG.IEqualityComparer<T> itemequality… in ComputeHashCode() method in C5.CollectionBase
875 iUnSequencedHashCode = ComputeHashCode(this, itemequalityComparer); in GetUnsequencedHashCode()
1054 …public static int ComputeHashCode(ISequenced<T> items, SCG.IEqualityComparer<T> itemequalityCompar… in ComputeHashCode() method in C5.SequencedBase
1117 iSequencedHashCode = ComputeHashCode((ISequenced<T>)this, itemequalityComparer); in GetSequencedHashCode()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DTypeLoaderEnvironment.NamedTypeLookup.cs155 int hashCode = typeDefHandle.ComputeHashCode(metadataReader); in CreateValueFromKey()
H A DTypeLoaderEnvironment.Metadata.cs221 int hashCode = typeRefHandle.ComputeHashCode(metadataReader); in TryGetNamedTypeForTypeReference()
243 int hashCode = typeRefHandle.ComputeHashCode(metadataReader); in TryResolveNamedTypeForTypeReference()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/
H A DXLinq.cs743 int hashCode = ComputeHashCode(key, index, count); in TryGetValue()
777 hashCode = ComputeHashCode(key, 0, key.Length); in TryAdd()
895 private static int ComputeHashCode(string key, int index, int count) { in ComputeHashCode() method in System.Xml.Linq.XHashtable.XHashtableState
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.C5.cs299 …public static int ComputeHashCode(C5.ICollectionValue<T> items, System.Collections.Generic.IEquali… in ComputeHashCode() method in C5.CollectionBase
1970 …public static int ComputeHashCode(C5.ISequenced<T> items, System.Collections.Generic.IEqualityComp… in ComputeHashCode() method in C5.SequencedBase
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.C5.cs300 …public static int ComputeHashCode(C5.ICollectionValue<T> items, System.Collections.Generic.IEquali… in ComputeHashCode() method in C5.CollectionBase
1971 …public static int ComputeHashCode(C5.ISequenced<T> items, System.Collections.Generic.IEqualityComp… in ComputeHashCode() method in C5.SequencedBase