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