Linker.Steps\MarkStep.cs (4)
3493MarkFields(type, includeStatic: type.IsEnum, reason: new DependencyInfo(DependencyKind.MemberOfType, type), origin);
3671MarkFields(returnTypeDefinition, includeStaticFields, new DependencyInfo(DependencyKind.InteropMethodDependency, method), origin);
3678MarkFields(method.DeclaringType, includeStaticFields, new DependencyInfo(DependencyKind.InteropMethodDependency, method), origin);
3695MarkFields(paramTypeDefinition, includeStaticFields, new DependencyInfo(DependencyKind.InteropMethodDependency, method), origin);