2 references to Type
Microsoft.Build.Tasks.Core (2)
ManifestUtil\ApplicationIdentity.cs (1)
81aname = _applicationManifestIdentity.GetFullName(AssemblyIdentity.FullNameFlags.ProcessorArchitecture | AssemblyIdentity.FullNameFlags.Type);
ManifestUtil\AssemblyIdentity.cs (1)
452if (!String.IsNullOrEmpty(_type) && (flags & FullNameFlags.Type) != 0)