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