Linker.Steps\MarkStep.cs (34)
474MarkType(type, DependencyInfo.AlreadyMarked, pending.Value);
651MarkType(type, new DependencyInfo(DependencyKind.DynamicInterfaceCastableImplementation, iface.InterfaceType), new MessageOrigin(Context.TryResolve(iface.InterfaceType)));
825MarkType(marshaler.ManagedType, reason, origin);
1304MarkType(security_type, new DependencyInfo(DependencyKind.AttributeType, sa), origin);
1426MarkType(et, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1443MarkType(argument.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1444MarkType((TypeReference)argument.Value, new DependencyInfo(DependencyKind.CustomAttributeArgumentValue, ca), origin);
1449MarkType(boxed_value.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1581MarkType(moduleType, new DependencyInfo(DependencyKind.TypeInAssembly, assembly), origin);
1697MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
1849MarkType(field.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, field), origin);
1852MarkType(field.FieldType, new DependencyInfo(DependencyKind.FieldType, field), fieldOrigin);
1973TypeDefinition? definition = MarkType(type, reason, origin);
2143MarkType(type.BaseType, new DependencyInfo(DependencyKind.BaseType, type), typeOrigin);
2151MarkType(type.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, type), typeOrigin);
2467MarkType(proxyTypeReference, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2604MarkType(constraint.ConstraintType, new DependencyInfo(DependencyKind.GenericParameterConstraintType, parameter.Owner), origin);
2874MarkType(fnptr.ReturnType, new DependencyInfo(DependencyKind.ReturnType, fnptr), origin);
2894MarkType(fnptr.Parameters[i].ParameterType, new DependencyInfo(DependencyKind.ParameterType, fnptr), origin);
2900MarkType(mod.ModifierType, new DependencyInfo(DependencyKind.ModifierType, mod), origin);
2915var 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);
3852MarkType(var.VariableType, new DependencyInfo(DependencyKind.VariableType, methodIL.Method), origin);
3856MarkType(eh.CatchType, new DependencyInfo(DependencyKind.CatchType, methodIL.Method), origin);
4014MarkType(operand, new DependencyInfo(DependencyKind.InstructionTypeRef, method), origin);
4036MarkType(iface.InterfaceType, reason ?? new DependencyInfo(DependencyKind.InterfaceImplementationInterfaceType, iface), origin);