4 references to SupportedFlags
crossgen2 (2)
parent\parent\Common\InstructionSetHelpers.cs (2)
376instructionSetSupport.SupportedFlags, 378instructionSetSupport.SupportedFlags,
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (1)
21InstructionSet[] supportedInstructionSets = instructionSetSupport.SupportedFlags.ToArray();
Compiler\ReadyToRunHardwareIntrinsicRootProvider.cs (1)
22foreach (InstructionSet instructionSet in specifiedInstructionSet.SupportedFlags)