8 references to DeclaringType
illink (8)
Linker.Steps\DescriptorMarker.cs (1)
142
_context.Annotations.Mark (parent, new DependencyInfo (DependencyKind.
DeclaringType
, currentType), GetMessageOriginForPosition (nav));
Linker.Steps\MarkStep.cs (7)
134
DependencyKind.
DeclaringType
,
1550
MarkType (reference.DeclaringType, new DependencyInfo (DependencyKind.
DeclaringType
, reference), origin);
1680
MarkType (field.DeclaringType, new DependencyInfo (DependencyKind.
DeclaringType
, field), origin);
1960
MarkType (type.DeclaringType, new DependencyInfo (DependencyKind.
DeclaringType
, type), typeOrigin);
2874
MarkType (reference.DeclaringType, new DependencyInfo (DependencyKind.
DeclaringType
, reference), origin);
2885
MarkType (reference.DeclaringType, new DependencyInfo (DependencyKind.
DeclaringType
, reference), origin);
3081
MarkType (method.DeclaringType, new DependencyInfo (DependencyKind.
DeclaringType
, method), methodOrigin);