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