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(); 409set => _isFullTrust = value; 508_isFullTrust = unrestrictedAttribute != null && Boolean.Parse(unrestrictedAttribute.Value);
5 references to _isFullTrust
Microsoft.Build.Tasks.Core (5)
ManifestUtil\TrustInfo.cs (5)
72if (_isFullTrust) 91if (_isFullTrust) 157if (_isFullTrust) 339unrestrictedAttribute.Value = _isFullTrust.ToString().ToLowerInvariant(); 405return _isFullTrust;