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