1 write to marvinHashSeed
System.Xml (1)
System\Xml\NameTable.cs (1)
61
marvinHashSeed
= MarvinHash.DefaultSeed;
2 references to marvinHashSeed
System.Xml (2)
System\Xml\NameTable.cs (2)
262
return MarvinHash.ComputeHash32(key,
marvinHashSeed
);
267
return MarvinHash.ComputeHash32(key, start, len,
marvinHashSeed
);