13 references to StrongNameLevel
Microsoft.Build.Tasks.Core (13)
AxTlbBaseReference.cs (7)
299
StrongNameLevel
desiredStrongNameLevel =
StrongNameLevel
.None;
303
desiredStrongNameLevel = DelaySign ?
StrongNameLevel
.DelaySigned :
StrongNameLevel
.FullySigned;
307
StrongNameLevel
currentStrongNameLevel = StrongNameUtils.GetAssemblyStrongNameLevel(wrapperInfo.path);
316
if (desiredStrongNameLevel ==
StrongNameLevel
.DelaySigned ||
317
desiredStrongNameLevel ==
StrongNameLevel
.FullySigned)
StrongNameUtils.cs (6)
136
internal static
StrongNameLevel
GetAssemblyStrongNameLevel(string assemblyPath)
140
StrongNameLevel
snLevel =
StrongNameLevel
.Unknown;
205
snLevel =
StrongNameLevel
.None;
212
snLevel =
StrongNameLevel
.FullySigned;
216
snLevel =
StrongNameLevel
.DelaySigned;