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(); 408set => _isFullTrust = value; 509_isFullTrust = unrestrictedAttribute != null && Boolean.Parse(unrestrictedAttribute.Value);
5 references to _isFullTrust
Microsoft.Build.Tasks.Core (5)
ManifestUtil\TrustInfo.cs (5)
71if (_isFullTrust) 90if (_isFullTrust) 156if (_isFullTrust) 338unrestrictedAttribute.Value = _isFullTrust.ToString().ToLowerInvariant(); 404return _isFullTrust;