4 writes to _type
Microsoft.Build.Tasks.Core (4)
ManifestUtil\AssemblyIdentity.cs (4)
137_type = type; 156_type = identity._type; 547set => _type = value; 613set => _type = value;
5 references to _type
Microsoft.Build.Tasks.Core (5)
ManifestUtil\AssemblyIdentity.cs (5)
156_type = identity._type; 452if (!String.IsNullOrEmpty(_type) && (flags & FullNameFlags.Type) != 0) 454sb.AppendFormat(CultureInfo.InvariantCulture, ", Type={0}", _type); 546get => _type; 612get => _type;