5 references to MarkTypeVisibleToReflection
illink (5)
Linker.Dataflow\ReflectionMarker.cs (2)
101
_markStep.
MarkTypeVisibleToReflection
(typeReference, new DependencyInfo(DependencyKind.AccessedViaReflection, origin.Provider), origin);
117
_markStep.
MarkTypeVisibleToReflection
(type, new DependencyInfo(dependencyKind, origin.Provider), origin);
Linker.Steps\MarkStep.cs (3)
343
MarkTypeVisibleToReflection
(type, reason, origin);
1001
MarkTypeVisibleToReflection
(type, reason, origin);
4002
MarkTypeVisibleToReflection
(typeReference, reason, origin);