Linker.Steps\MarkStep.cs (34)
478MarkType(type, DependencyInfo.AlreadyMarked, pending.Value);
655MarkType(type, new DependencyInfo(DependencyKind.DynamicInterfaceCastableImplementation, iface.InterfaceType), new MessageOrigin(Context.TryResolve(iface.InterfaceType)));
829MarkType(marshaler.ManagedType, reason, origin);
1308MarkType(security_type, new DependencyInfo(DependencyKind.AttributeType, sa), origin);
1430MarkType(et, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1447MarkType(argument.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1448MarkType((TypeReference)argument.Value, new DependencyInfo(DependencyKind.CustomAttributeArgumentValue, ca), origin);
1453MarkType(boxed_value.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1585MarkType(moduleType, new DependencyInfo(DependencyKind.TypeInAssembly, assembly), origin);
1701MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
1853MarkType(field.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, field), origin);
1856MarkType(field.FieldType, new DependencyInfo(DependencyKind.FieldType, field), fieldOrigin);
1977TypeDefinition? definition = MarkType(type, reason, origin);
2164MarkType(type.BaseType, new DependencyInfo(DependencyKind.BaseType, type), typeOrigin);
2173MarkType(type.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, type), typeOrigin);
2489MarkType(proxyTypeReference, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2626MarkType(constraint.ConstraintType, new DependencyInfo(DependencyKind.GenericParameterConstraintType, parameter.Owner), origin);
2896MarkType(fnptr.ReturnType, new DependencyInfo(DependencyKind.ReturnType, fnptr), origin);
2916MarkType(fnptr.Parameters[i].ParameterType, new DependencyInfo(DependencyKind.ParameterType, fnptr), origin);
2922MarkType(mod.ModifierType, new DependencyInfo(DependencyKind.ModifierType, mod), origin);
2937var argumentTypeDef = MarkType(argument, new DependencyInfo(DependencyKind.GenericArgumentType, instance), origin);
3146MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3159MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3208MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringTypeOfCalledMethod, method), new MessageOrigin(reason.Source as IMemberDefinition ?? method));
3362MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, method), methodOrigin);
3391MarkType(pd.ParameterType, new DependencyInfo(DependencyKind.ParameterType, method), methodOrigin);
3439MarkType(method.ReturnType, new DependencyInfo(DependencyKind.ReturnType, method), methodOrigin);
3597MarkType(nse, reason, origin);
3607MarkType(objectType, reason, origin);
3624MarkType(disablePrivateReflection, DependencyInfo.DisablePrivateReflectionRequirement, emptyOrigin);
3886MarkType(var.VariableType, new DependencyInfo(DependencyKind.VariableType, methodIL.Method), origin);
3890MarkType(eh.CatchType, new DependencyInfo(DependencyKind.CatchType, methodIL.Method), origin);
4067MarkType(operand, new DependencyInfo(DependencyKind.InstructionTypeRef, method), origin);
4090MarkType(iface.InterfaceType, reason ?? new DependencyInfo(DependencyKind.InterfaceImplementationInterfaceType, iface), origin);