1 write to _instructionSetsSupport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (1)
67
_instructionSetsSupport
= instructionSetsSupport;
4 references to _instructionSetsSupport
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunInstructionSetSupportSignature.cs (4)
80
string[] supportedAndUnsupportedSplit =
_instructionSetsSupport
.Split(',');
111
sb.Append(
_instructionSetsSupport
);
116
return string.CompareOrdinal(
_instructionSetsSupport
, ((ReadyToRunInstructionSetSupportSignature)other).
_instructionSetsSupport
);