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