1 write to _nonSpecifiableInstructionSets
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (1)
33
_nonSpecifiableInstructionSets
= nonSpecifiableInstructionSets;
1 reference to _nonSpecifiableInstructionSets
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (1)
54
public InstructionSetFlags NonSpecifiableFlags =>
_nonSpecifiableInstructionSets
;