5 writes to _isFullTrust
Microsoft.Build.Tasks.Core (5)
ManifestUtil\TrustInfo.cs (5)
60
_isFullTrust
= true;
155
_isFullTrust
= unrestrictedAttribute != null && Boolean.Parse(unrestrictedAttribute.Value);
168
_isFullTrust
= _inputPermissionSet.IsUnrestricted();
408
set =>
_isFullTrust
= value;
509
_isFullTrust
= unrestrictedAttribute != null && Boolean.Parse(unrestrictedAttribute.Value);
5 references to _isFullTrust
Microsoft.Build.Tasks.Core (5)
ManifestUtil\TrustInfo.cs (5)
71
if (
_isFullTrust
)
90
if (
_isFullTrust
)
156
if (
_isFullTrust
)
338
unrestrictedAttribute.Value =
_isFullTrust
.ToString().ToLowerInvariant();
404
return
_isFullTrust
;