4 writes to _type
Microsoft.Build.Tasks.Core (4)
ManifestUtil\AssemblyIdentity.cs (4)
148_type = type; 167_type = identity._type; 563set => _type = value; 629set => _type = value;
5 references to _type
Microsoft.Build.Tasks.Core (5)
ManifestUtil\AssemblyIdentity.cs (5)
167_type = identity._type; 468if (!String.IsNullOrEmpty(_type) && (flags & FullNameFlags.Type) != 0) 470sb.AppendFormat(CultureInfo.InvariantCulture, ", Type={0}", _type); 562get => _type; 628get => _type;