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)
38return _supportedInstructionSets.HasInstructionSet(instructionSet); 52public InstructionSetFlags SupportedFlags => _supportedInstructionSets;