4 references to IsStrongName
Microsoft.Build.Tasks.Core (4)
GenerateManifestBase.cs (1)
127
if (identity.
IsStrongName
)
ManifestUtil\ApplicationManifest.cs (1)
683
if (assembly.IsPrerequisite && !assembly.AssemblyIdentity.
IsStrongName
&& !assembly.IsVirtual)
ManifestUtil\AssemblyIdentity.cs (1)
521
return Resolve(searchPaths,
IsStrongName
);
ManifestUtil\Util.cs (1)
423
if (id.
IsStrongName
)