5 writes to _isFullTrust
Microsoft.Build.Tasks.Core (5)
ManifestUtil\TrustInfo.cs (5)
61
_isFullTrust
= true;
156
_isFullTrust
= unrestrictedAttribute != null && Boolean.Parse(unrestrictedAttribute.Value);
169
_isFullTrust
= _inputPermissionSet.IsUnrestricted();
409
set =>
_isFullTrust
= value;
508
_isFullTrust
= unrestrictedAttribute != null && Boolean.Parse(unrestrictedAttribute.Value);
5 references to _isFullTrust
Microsoft.Build.Tasks.Core (5)
ManifestUtil\TrustInfo.cs (5)
72
if (
_isFullTrust
)
91
if (
_isFullTrust
)
157
if (
_isFullTrust
)
339
unrestrictedAttribute.Value =
_isFullTrust
.ToString().ToLowerInvariant();
405
return
_isFullTrust
;