1 instantiation of GenericContext
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2818
var methodContext = new
GenericContext
(callerHandle);
12 references to GenericContext
ILCompiler.ReadyToRun (12)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (2)
27
private readonly
GenericContext
_methodContext;
35
GenericContext
methodContext)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (6)
561
public readonly
GenericContext
MethodContext;
569
GenericContext
methodContext)
611
GenericContext
methodContext)
673
GenericContext
methodContext)
697
GenericContext
methodContext)
707
GenericContext
methodContext)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
436
public struct GenericContext : IEquatable<
GenericContext
>
449
public bool Equals(
GenericContext
other) => Context == other.Context;
451
public override bool Equals(object obj) => obj is
GenericContext
other && Context == other.Context;
2818
var
methodContext = new GenericContext(callerHandle);