1 write to InstructionSetSupport
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilerContext.cs (1)
66
InstructionSetSupport
= instructionSetSupport;
6 references to InstructionSetSupport
crossgen2 (1)
Program.cs (1)
289
_typeSystemContext.
InstructionSetSupport
,
ILCompiler.ReadyToRun (5)
Compiler\ReadyToRunHardwareIntrinsicRootProvider.cs (1)
19
InstructionSetSupport 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
;