2 instantiations of ReadyToRunInstructionSetSupportSignature
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
67
new
ReadyToRunInstructionSetSupportSignature
(key));
Compiler\ReadyToRunCodegenCompilation.cs (1)
387
ReadyToRunInstructionSetSupportSignature instructionSetSupportSig = new
ReadyToRunInstructionSetSupportSignature
(instructionSetSupportString);
4 references to ReadyToRunInstructionSetSupportSignature
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (1)
116
return string.CompareOrdinal(_instructionSetsSupport, ((
ReadyToRunInstructionSetSupportSignature
)other)._instructionSetsSupport);
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
309
string key =
ReadyToRunInstructionSetSupportSignature
.ToInstructionSetSupportString(instructionSetSupport);
Compiler\ReadyToRunCodegenCompilation.cs (2)
386
string instructionSetSupportString =
ReadyToRunInstructionSetSupportSignature
.ToInstructionSetSupportString(instructionSetSupport);
387
ReadyToRunInstructionSetSupportSignature
instructionSetSupportSig = new ReadyToRunInstructionSetSupportSignature(instructionSetSupportString);