1 write to _supportedInstructionSets
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (1)
29
_supportedInstructionSets
= supportedInstructionSets;
2 references to _supportedInstructionSets
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (2)
38
return
_supportedInstructionSets
.HasInstructionSet(instructionSet);
52
public InstructionSetFlags SupportedFlags =>
_supportedInstructionSets
;