1 write to _unsupportedInstructionSets
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\InstructionSetSupport.cs (1)
30_unsupportedInstructionSets = unsupportedInstructionSets;
2 references to _unsupportedInstructionSets
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\InstructionSetSupport.cs (2)
48return _unsupportedInstructionSets.HasInstructionSet(instructionSet); 53public InstructionSetFlags ExplicitlyUnsupportedFlags => _unsupportedInstructionSets;