6 references to Combine
System.Reflection.Metadata (6)
System\Reflection\Internal\Utilities\Hash.cs (1)
22return Combine(currentKey, newKeyPart ? 1 : 0);
System\Reflection\Metadata\PortablePdb\SequencePoint.cs (5)
44return Hash.Combine(Document.RowId, 45Hash.Combine(Offset, 46Hash.Combine(StartLine, 47Hash.Combine(StartColumn, 48Hash.Combine(EndLine, EndColumn)))));