2 references to ExplicitlyUnsupportedFlags
crossgen2 (1)
parent\parent\Common\InstructionSetHelpers.cs (1)
360
InstructionSetFlags unsupportedInstructionSets = instructionSetSupport.
ExplicitlyUnsupportedFlags
;
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (1)
46
InstructionSet[] explicitlyUnsupportedInstructionSets = instructionSetSupport.
ExplicitlyUnsupportedFlags
.ToArray();