1 write to InstructionSetSupport
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
66InstructionSetSupport = instructionSetSupport;
6 references to InstructionSetSupport
crossgen2 (1)
Program.cs (1)
289_typeSystemContext.InstructionSetSupport,
ILCompiler.ReadyToRun (5)
Compiler\ReadyToRunHardwareIntrinsicRootProvider.cs (1)
19InstructionSetSupport specifiedInstructionSet = context.InstructionSetSupport;
Compiler\ReadyToRunLibraryRootProvider.cs (1)
24_instructionSetSupport = ((ReadyToRunCompilerContext)module.Context).InstructionSetSupport;
Compiler\ReadyToRunProfilingRootProvider.cs (1)
28_instructionSetSupport = ((ReadyToRunCompilerContext)module.Context).InstructionSetSupport;
Compiler\ReadyToRunVisibilityRootProvider.cs (1)
24_instructionSetSupport = ((ReadyToRunCompilerContext)module.Context).InstructionSetSupport;
Compiler\ReadyToRunXmlRootProvider.cs (1)
90_instructionSetSupport = ((ReadyToRunCompilerContext)owningModule.Context).InstructionSetSupport;