Linker.Steps\MarkStep.cs (34)
467MarkType(type, DependencyInfo.AlreadyMarked, pending.Value);
644MarkType(type, new DependencyInfo(DependencyKind.DynamicInterfaceCastableImplementation, iface.InterfaceType), new MessageOrigin(Context.TryResolve(iface.InterfaceType)));
818MarkType(marshaler.ManagedType, reason, origin);
1297MarkType(security_type, new DependencyInfo(DependencyKind.AttributeType, sa), origin);
1419MarkType(et, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1436MarkType(argument.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1437MarkType((TypeReference)argument.Value, new DependencyInfo(DependencyKind.CustomAttributeArgumentValue, ca), origin);
1442MarkType(boxed_value.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1574MarkType(moduleType, new DependencyInfo(DependencyKind.TypeInAssembly, assembly), origin);
1690MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
1842MarkType(field.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, field), origin);
1845MarkType(field.FieldType, new DependencyInfo(DependencyKind.FieldType, field), fieldOrigin);
1966TypeDefinition? definition = MarkType(type, reason, origin);
2153MarkType(type.BaseType, new DependencyInfo(DependencyKind.BaseType, type), typeOrigin);
2162MarkType(type.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, type), typeOrigin);
2478MarkType(proxyTypeReference, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2615MarkType(constraint.ConstraintType, new DependencyInfo(DependencyKind.GenericParameterConstraintType, parameter.Owner), origin);
2885MarkType(fnptr.ReturnType, new DependencyInfo(DependencyKind.ReturnType, fnptr), origin);
2905MarkType(fnptr.Parameters[i].ParameterType, new DependencyInfo(DependencyKind.ParameterType, fnptr), origin);
2911MarkType(mod.ModifierType, new DependencyInfo(DependencyKind.ModifierType, mod), origin);
2926var argumentTypeDef = MarkType(argument, new DependencyInfo(DependencyKind.GenericArgumentType, instance), origin);
3135MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3148MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3197MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringTypeOfCalledMethod, method), new MessageOrigin(reason.Source as IMemberDefinition ?? method));
3351MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, method), methodOrigin);
3380MarkType(pd.ParameterType, new DependencyInfo(DependencyKind.ParameterType, method), methodOrigin);
3428MarkType(method.ReturnType, new DependencyInfo(DependencyKind.ReturnType, method), methodOrigin);
3586MarkType(nse, reason, origin);
3596MarkType(objectType, reason, origin);
3613MarkType(disablePrivateReflection, DependencyInfo.DisablePrivateReflectionRequirement, emptyOrigin);
3875MarkType(var.VariableType, new DependencyInfo(DependencyKind.VariableType, methodIL.Method), origin);
3879MarkType(eh.CatchType, new DependencyInfo(DependencyKind.CatchType, methodIL.Method), origin);
4056MarkType(operand, new DependencyInfo(DependencyKind.InstructionTypeRef, method), origin);
4079MarkType(iface.InterfaceType, reason ?? new DependencyInfo(DependencyKind.InterfaceImplementationInterfaceType, iface), origin);