1 write to _fullTrust
System.Data (1)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (1)
281
_fullTrust
= new NamedPermissionSet("FullTrust");
2 references to _fullTrust
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
279
if (
_fullTrust
== null)
283
_fullTrust
.Demand();