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