6 references to MarshalMask
ILCompiler.ReadyToRun (6)
parent\parent\Common\Pgo\PgoFormat.cs (6)
37DescriptorMask = ~(MarshalMask | AlignMask), 87(((InstrumentationKind & PgoInstrumentationKind.MarshalMask) == PgoInstrumentationKind.FourByte) || 88((InstrumentationKind & PgoInstrumentationKind.MarshalMask) == PgoInstrumentationKind.EightByte))); 258switch (curSchema.InstrumentationKind & PgoInstrumentationKind.MarshalMask) 353switch (curSchema.InstrumentationKind & PgoInstrumentationKind.MarshalMask) 440PgoInstrumentationKind marshal = schema.InstrumentationKind & PgoInstrumentationKind.MarshalMask;