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