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)
138
internal static
StrongNameLevel
GetAssemblyStrongNameLevel(string assemblyPath)
142
StrongNameLevel
snLevel =
StrongNameLevel
.Unknown;
207
snLevel =
StrongNameLevel
.None;
214
snLevel =
StrongNameLevel
.FullySigned;
218
snLevel =
StrongNameLevel
.DelaySigned;