1 write to _context
ILCompiler.Compiler (1)
Compiler\HardwareIntrinsicILProvider.cs (1)
25
_context
= isSupportedField.Context;
2 references to _context
ILCompiler.Compiler (2)
Compiler\HardwareIntrinsicILProvider.cs (2)
30
foreach (var instructionSetInfo in InstructionSetFlags.ArchitectureToValidInstructionSets(
_context
.Target.Architecture))
40
string intrinsicId = InstructionSetSupport.GetHardwareIntrinsicId(
_context
.Target.Architecture, owningType);