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