3 references to DescriptorMask
ILCompiler.ReadyToRun (3)
parent\parent\Common\Pgo\PgoFormat.cs (3)
518
PgoInstrumentationKind xdescr = x.InstrumentationKind & PgoInstrumentationKind.
DescriptorMask
;
519
PgoInstrumentationKind ydescr = y.InstrumentationKind & PgoInstrumentationKind.
DescriptorMask
;
537
int IEqualityComparer<PgoSchemaElem>.GetHashCode(PgoSchemaElem obj) => obj.ILOffset ^ ((int)(obj.InstrumentationKind & PgoInstrumentationKind.
DescriptorMask
) << 20);