1 write to Attributes
Microsoft.DotNet.VersionTools (1)
BuildManifest\Model\SigningInformationModel.cs (1)
224Attributes = xml
3 references to Attributes
Microsoft.DotNet.VersionTools (3)
BuildManifest\Model\SigningInformationModel.cs (3)
211get { return Attributes.GetOrDefault(nameof(Include)); } 212set { Attributes[nameof(Include)] = value; } 218Attributes