Linker.Steps\MarkStep.cs (34)
480MarkType(type, DependencyInfo.AlreadyMarked, pending.Value);
675MarkType(type, new DependencyInfo(DependencyKind.DynamicInterfaceCastableImplementation, iface.InterfaceType), new MessageOrigin(Context.TryResolve(iface.InterfaceType)));
849MarkType(marshaler.ManagedType, reason, origin);
1328MarkType(security_type, new DependencyInfo(DependencyKind.AttributeType, sa), origin);
1450MarkType(et, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1467MarkType(argument.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1468MarkType((TypeReference)argument.Value, new DependencyInfo(DependencyKind.CustomAttributeArgumentValue, ca), origin);
1473MarkType(boxed_value.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1612MarkType(moduleType, new DependencyInfo(DependencyKind.TypeInAssembly, assembly), origin);
1728MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
1880MarkType(field.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, field), origin);
1883MarkType(field.FieldType, new DependencyInfo(DependencyKind.FieldType, field), fieldOrigin);
2004TypeDefinition? definition = MarkType(type, reason, origin);
2203MarkType(type.BaseType, new DependencyInfo(DependencyKind.BaseType, type), typeOrigin);
2211MarkType(type.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, type), typeOrigin);
2527MarkType(proxyTypeReference, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2664MarkType(constraint.ConstraintType, new DependencyInfo(DependencyKind.GenericParameterConstraintType, parameter.Owner), origin);
2934MarkType(fnptr.ReturnType, new DependencyInfo(DependencyKind.ReturnType, fnptr), origin);
2954MarkType(fnptr.Parameters[i].ParameterType, new DependencyInfo(DependencyKind.ParameterType, fnptr), origin);
2960MarkType(mod.ModifierType, new DependencyInfo(DependencyKind.ModifierType, mod), origin);
2971var argumentTypeDef = MarkType(argument, new DependencyInfo(DependencyKind.GenericArgumentType, instance), origin);
3177MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3190MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3228MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringTypeOfCalledMethod, method), new MessageOrigin(reason.Source as IMemberDefinition ?? method));
3382MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, method), methodOrigin);
3411MarkType(pd.ParameterType, new DependencyInfo(DependencyKind.ParameterType, method), methodOrigin);
3459MarkType(method.ReturnType, new DependencyInfo(DependencyKind.ReturnType, method), methodOrigin);
3617MarkType(nse, reason, origin);
3627MarkType(objectType, reason, origin);
3644MarkType(disablePrivateReflection, DependencyInfo.DisablePrivateReflectionRequirement, emptyOrigin);
3906MarkType(var.VariableType, new DependencyInfo(DependencyKind.VariableType, methodIL.Method), origin);
3910MarkType(eh.CatchType, new DependencyInfo(DependencyKind.CatchType, methodIL.Method), origin);
4087MarkType(operand, new DependencyInfo(DependencyKind.InstructionTypeRef, method), origin);
4110MarkType(iface.InterfaceType, reason ?? new DependencyInfo(DependencyKind.InterfaceImplementationInterfaceType, iface), origin);