2 writes to _partialTrustAllowed
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
271
_partialTrustAllowed
= (bool)partialTrustFlagValue;
289
_partialTrustAllowed
= true;
2 references to _partialTrustAllowed
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
264
if (!
_partialTrustAllowed
)
274
if (
_partialTrustAllowed
)