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