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