2 references to ShouldSetHasSecurityToFalse
illink (2)
Linker.Steps\SweepStep.cs (2)
350
if (removed && type.HasSecurity &&
ShouldSetHasSecurityToFalse
(type, type))
358
if (removed && method.HasSecurity &&
ShouldSetHasSecurityToFalse
(method, method))