3 references to new
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ExecutionManager\Helpers\NibbleMapHelpers.cs (3)
35internal Nibble Nibble => new(Value & NibbleMask); 60public static Nibble Zero => new Nibble(0); 153bucketByteIndex = new Nibble((bucketByteOffset / MapUnit.SizeInBytes) + 1);