13 references to ImportSystemType
AssemblyStripper (13)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ModuleDefinition.cs (3)
246 return m_controller.Helper.ImportSystemType (type, GetContext ()); 255 return m_controller.Helper.ImportSystemType (type, GetContext (context)); 264 return m_controller.Helper.ImportSystemType (type, GetContext (context));
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionHelper.cs (10)
162 git.GenericArguments.Add (ImportSystemType (genArg, context)); 200 TypeReference elementType = ImportSystemType (t, context); 247 type.DeclaringType = ImportSystemType (t.DeclaringType, context); 322 gim.GenericArguments.Add (ImportSystemType (genArg, context)); 359 meth.DeclaringType = ImportSystemType (originalDecType, context); 369 context.GenericContext.Type = ImportSystemType (declaringTypeDef, context); 371 meth.ReturnType.ReturnType = ImportSystemType (retType, context); 376 ImportSystemType (parameters [i].ParameterType, context))); 415 ImportSystemType (fi.DeclaringType, context), 416 ImportSystemType (fi.FieldType, context));