2 references to ToInstructionSetSupportString
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
309
string key = ReadyToRunInstructionSetSupportSignature.
ToInstructionSetSupportString
(instructionSetSupport);
Compiler\ReadyToRunCodegenCompilation.cs (1)
386
string instructionSetSupportString = ReadyToRunInstructionSetSupportSignature.
ToInstructionSetSupportString
(instructionSetSupport);