1 write to _instructionSetsSupport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (1)
71
_instructionSetsSupport
= instructionSetsSupport;
4 references to _instructionSetsSupport
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (4)
84
string[] supportedAndUnsupportedSplit =
_instructionSetsSupport
.Split(',');
115
sb.Append(
_instructionSetsSupport
);
120
return string.CompareOrdinal(
_instructionSetsSupport
, ((ReadyToRunInstructionSetSupportSignature)other).
_instructionSetsSupport
);