8 references to MarkTypeVisibleToReflection
illink (8)
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 (6)
356
MarkTypeVisibleToReflection
(type, reason, origin);
522
MarkTypeVisibleToReflection
(type, DependencyInfo.AlreadyMarked, origin);
1032
MarkTypeVisibleToReflection
(type, reason, origin);
2033
MarkTypeVisibleToReflection
(methodDefinition.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, methodDefinition), origin);
2071
MarkTypeVisibleToReflection
(fieldDefinition.DeclaringType, new DependencyInfo(DependencyKind.DeclaringType, fieldDefinition), origin);
4033
MarkTypeVisibleToReflection
(typeReference, reason, origin);