1 write to _reflectionPermission
PresentationFramework (1)
src\Shared\MS\Internal\SecurityHelper.cs (1)
307
_reflectionPermission
= new ReflectionPermission(ReflectionPermissionFlag.MemberAccess);
2 references to _reflectionPermission
PresentationFramework (2)
src\Shared\MS\Internal\SecurityHelper.cs (2)
305
if (
_reflectionPermission
== null)
309
_reflectionPermission
.Demand();