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);
1331MarkType(security_type, new DependencyInfo(DependencyKind.AttributeType, sa), origin);
1453MarkType(et, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1470MarkType(argument.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1471MarkType((TypeReference)argument.Value, new DependencyInfo(DependencyKind.CustomAttributeArgumentValue, ca), origin);
1476MarkType(boxed_value.Type, new DependencyInfo(DependencyKind.CustomAttributeArgumentType, ca), origin);
1618MarkType(moduleType, new DependencyInfo(DependencyKind.TypeInAssembly, assembly), origin);
1734MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
1886MarkType(field.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, field), origin);
1889MarkType(field.FieldType, new DependencyInfo(DependencyKind.FieldType, field), fieldOrigin);
2010TypeDefinition? definition = MarkType(type, reason, origin);
2209MarkType(type.BaseType, new DependencyInfo(DependencyKind.BaseType, type), typeOrigin);
2217MarkType(type.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, type), typeOrigin);
2533MarkType(proxyTypeReference, new DependencyInfo(DependencyKind.ReferencedBySpecialAttribute, attribute), origin);
2670MarkType(constraint.ConstraintType, new DependencyInfo(DependencyKind.GenericParameterConstraintType, parameter.Owner), origin);
2940MarkType(fnptr.ReturnType, new DependencyInfo(DependencyKind.ReturnType, fnptr), origin);
2960MarkType(fnptr.Parameters[i].ParameterType, new DependencyInfo(DependencyKind.ParameterType, fnptr), origin);
2966MarkType(mod.ModifierType, new DependencyInfo(DependencyKind.ModifierType, mod), origin);
2977var argumentTypeDef = MarkType(argument, new DependencyInfo(DependencyKind.GenericArgumentType, instance), origin);
3183MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3196MarkType(reference.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, reference), origin);
3234MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringTypeOfCalledMethod, method), new MessageOrigin(reason.Source as IMemberDefinition ?? method));
3388MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, method), methodOrigin);
3417MarkType(pd.ParameterType, new DependencyInfo(DependencyKind.ParameterType, method), methodOrigin);
3465MarkType(method.ReturnType, new DependencyInfo(DependencyKind.ReturnType, method), methodOrigin);
3623MarkType(nse, reason, origin);
3633MarkType(objectType, reason, origin);
3650MarkType(disablePrivateReflection, DependencyInfo.DisablePrivateReflectionRequirement, emptyOrigin);
3912MarkType(var.VariableType, new DependencyInfo(DependencyKind.VariableType, methodIL.Method), origin);
3916MarkType(eh.CatchType, new DependencyInfo(DependencyKind.CatchType, methodIL.Method), origin);
4093MarkType(operand, new DependencyInfo(DependencyKind.InstructionTypeRef, method), origin);
4116MarkType(iface.InterfaceType, reason ?? new DependencyInfo(DependencyKind.InterfaceImplementationInterfaceType, iface), origin);