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)
48
return
_unsupportedInstructionSets
.HasInstructionSet(instructionSet);
53
public InstructionSetFlags ExplicitlyUnsupportedFlags =>
_unsupportedInstructionSets
;