1 write to Attributes
Microsoft.DotNet.VersionTools (1)
BuildManifest\Model\SigningInformationModel.cs (1)
109Attributes = xml
5 references to Attributes
Microsoft.DotNet.VersionTools (5)
BuildManifest\Model\SigningInformationModel.cs (5)
90get { return Attributes.GetOrDefault(nameof(Include)); } 91set { Attributes[nameof(Include)] = value; } 96get { return Attributes.GetOrDefault(nameof(CertificateName)); } 97set { Attributes[nameof(CertificateName)] = value; } 103Attributes