Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Types/
H A DTypeTable.cs15 private readonly Key1 _pKey1; field
20 _pKey1 = pKey1; in KeyPair()
26 return EqualityComparer<Key1>.Default.Equals(_pKey1, other._pKey1) in Equals()
42 int hash = _pKey1 == null ? 0 : _pKey1.GetHashCode(); in GetHashCode()