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