4 references to s_instructionSetSupport
ILCompiler.ReadyToRun (4)
parent\parent\Common\Compiler\InstructionSetSupport.cs (4)
274if (!s_instructionSetSupport[_architecture].ContainsKey(set)) 289if (!s_instructionSetSupport[_architecture].ContainsKey(instructionSet)) 303if (!s_instructionSetSupport[_architecture].ContainsKey(instructionSet)) 323Dictionary<string, InstructionSet> instructionSetConversion = s_instructionSetSupport[_architecture];