3 references to DeclaringTypeOfCalledMethod
illink (3)
Linker.Steps\MarkStep.cs (3)
145
DependencyKind.
DeclaringTypeOfCalledMethod
,
2113
if (type.HasMethods && ShouldMarkTypeStaticConstructor(type) && reason.Kind == DependencyKind.
DeclaringTypeOfCalledMethod
)
3197
MarkType(method.DeclaringType, new DependencyInfo(DependencyKind.
DeclaringTypeOfCalledMethod
, method), new MessageOrigin(reason.Source as IMemberDefinition ?? method));