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