16 instantiations of GenericContext
AssemblyStripper (16)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Cil\CodeReader.cs (3)
114 GenericContext context = new GenericContext (body.Method); 304 eh.CatchType = m_reflectReader.GetTypeDefOrRef (token, new GenericContext (body.Method)); 347 lv.Type, new GenericContext (body.Method));
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (6)
77 gp.Constraints.Add (GetTypeDefOrRef (gpcRow.Constraint, new GenericContext (gp.Owner))); 142 GenericContext context = new GenericContext (owner); 188 GenericContext context = new GenericContext (owner); 254 owner.Interfaces.Add (GetTypeDefOrRef (intfsRow.Interface, new GenericContext (owner))); 276 implRow.MethodDeclaration.RID, new GenericContext (owner))); 329 ctor = GetMemberRefAt (caRow.Type.RID, new GenericContext ()) as MethodReference;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\GenericContext.cs (1)
86 GenericContext ctx = new GenericContext ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ImportContext.cs (2)
43 m_genContext = new GenericContext (); 50 m_genContext = new GenericContext (provider);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (4)
256 member = CreateMethodReferenceFromSig ((MethodSig) sig, methdef.Name, methdef.DeclaringType, new GenericContext ()); 525 child.BaseType = GetTypeDefOrRef (type.Extends, new GenericContext (child)); 639 GenericContext context = new GenericContext (dec); 728 GenericContext context = new GenericContext (mdef);
23 references to GenericContext
AssemblyStripper (23)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Cil\CodeReader.cs (2)
114 GenericContext context = new GenericContext (body.Method); 316 CallSite GetCallSiteAt (int token, GenericContext context)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (2)
142 GenericContext context = new GenericContext (owner); 188 GenericContext context = new GenericContext (owner);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\GenericContext.cs (2)
84 public GenericContext Clone () 86 GenericContext ctx = new GenericContext ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ImportContext.cs (2)
33 GenericContext m_genContext; 36 public GenericContext GenericContext {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (15)
140 public TypeReference GetTypeSpecAt (uint rid, GenericContext context) 172 TypeReference CreateTypeSpecFromSig (TypeSpec ts, int index, GenericContext context) 207 public MemberReference GetMemberRefAt (uint rid, GenericContext context) 226 GenericContext nc = context.Clone (); 269 MethodReference CreateMethodReferenceFromSig (MethodSig ms, string name, TypeReference declaringType, GenericContext context) 346 public GenericInstanceMethod GetMethodSpecAt (uint rid, GenericContext context) 379 public TypeReference GetTypeDefOrRef (MetadataToken token, GenericContext context) 639 GenericContext context = new GenericContext (dec); 728 GenericContext context = new GenericContext (mdef); 923 void CompleteParameter (ParameterDefinition parameter, Param signature, GenericContext context) 940 public ParameterDefinition BuildParameterDefinition (int sequence, Param psig, GenericContext context) 950 public ParameterDefinition BuildParameterDefinition (string name, int sequence, ParameterAttributes attrs, Param psig, GenericContext context) 1035 public MethodReturnType GetMethodReturnType (MethodSig msig, GenericContext context) 1053 public TypeReference GetTypeRefFromSig (SigType t, GenericContext context) 1158 TypeReference GetGenericArg (GenericArg arg, GenericContext context)