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