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