Linker.Steps\MarkStep.cs (4)
3536MarkFields(type, includeStatic: type.IsEnum, reason: new DependencyInfo(DependencyKind.MemberOfType, type), origin);
3714MarkFields(returnTypeDefinition, includeStaticFields, new DependencyInfo(DependencyKind.InteropMethodDependency, method), origin);
3721MarkFields(method.DeclaringType, includeStaticFields, new DependencyInfo(DependencyKind.InteropMethodDependency, method), origin);
3738MarkFields(paramTypeDefinition, includeStaticFields, new DependencyInfo(DependencyKind.InteropMethodDependency, method), origin);