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