2 instantiations of ReadyToRunInstructionSetSupportSignature
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
67new ReadyToRunInstructionSetSupportSignature(key));
Compiler\ReadyToRunCodegenCompilation.cs (1)
390ReadyToRunInstructionSetSupportSignature instructionSetSupportSig = new ReadyToRunInstructionSetSupportSignature(instructionSetSupportString);
4 references to ReadyToRunInstructionSetSupportSignature
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (1)
120return string.CompareOrdinal(_instructionSetsSupport, ((ReadyToRunInstructionSetSupportSignature)other)._instructionSetsSupport);
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
309string key = ReadyToRunInstructionSetSupportSignature.ToInstructionSetSupportString(instructionSetSupport);
Compiler\ReadyToRunCodegenCompilation.cs (2)
389string instructionSetSupportString = ReadyToRunInstructionSetSupportSignature.ToInstructionSetSupportString(instructionSetSupport, emitExplicitlyUnsupported: targetAllowsRuntimeCodeGeneration); 390ReadyToRunInstructionSetSupportSignature instructionSetSupportSig = new ReadyToRunInstructionSetSupportSignature(instructionSetSupportString);