11 writes to Type
AssemblyStripper (11)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\DefaultImporter.cs (4)
173 context.GenericContext.Type = type; 177 context.GenericContext.Type = contextType; 240 context.GenericContext.Type = meth.DeclaringType.GetOriginalType(); 250 context.GenericContext.Type = contextType;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\GenericContext.cs (1)
87 ctx.Type = m_type;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionHelper.cs (3)
255 context.GenericContext.Type = type; 369 context.GenericContext.Type = ImportSystemType (declaringTypeDef, context); 378 context.GenericContext.Type = contextType;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (1)
233 nc.Type = ct;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinition.cs (2)
492 context.GenericContext.Type = nt; 541 context.GenericContext.Type = contextType;
15 references to Type
AssemblyStripper (15)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\DefaultImporter.cs (3)
120 p = context.GenericContext.Type.GenericParameters [gp.Position]; 171 TypeReference contextType = context.GenericContext.Type; 236 TypeReference contextType = context.GenericContext.Type;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\EventDefinition.cs (2)
150 if (context.GenericContext.Type is TypeDefinition) { 151 TypeDefinition type = context.GenericContext.Type as TypeDefinition;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\GenericParameter.cs (1)
213 ngp = new GenericParameter (gp.m_name, context.GenericContext.Type);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\PropertyDefinition.cs (2)
208 if (context.GenericContext.Type is TypeDefinition) { 209 TypeDefinition type = context.GenericContext.Type as TypeDefinition;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionHelper.cs (2)
179 provider = context.GenericContext.Type; 365 TypeReference contextType = context.GenericContext.Type;
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (4)
1127 context.CheckProvider (context.Type, var.Index + 1); 1129 if (context.Type is GenericInstanceType) 1130 return (context.Type as GenericInstanceType).GenericArguments [var.Index]; 1132 return context.Type.GenericParameters [var.Index];
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinition.cs (1)
490 TypeReference contextType = context.GenericContext.Type;