1 write to _optimisticInstructionSets
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\InstructionSetSupport.cs (1)
31_optimisticInstructionSets = optimisticInstructionSets;
2 references to _optimisticInstructionSets
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\InstructionSetSupport.cs (2)
43return _optimisticInstructionSets.HasInstructionSet(instructionSet); 51public InstructionSetFlags OptimisticFlags => _optimisticInstructionSets;