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)
80string[] supportedAndUnsupportedSplit = _instructionSetsSupport.Split(','); 111sb.Append(_instructionSetsSupport); 116return string.CompareOrdinal(_instructionSetsSupport, ((ReadyToRunInstructionSetSupportSignature)other)._instructionSetsSupport);