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