1 write to ShouldIgnore
Microsoft.DotNet.SignTool (1)
src\SignInfo.cs (1)
72
ShouldIgnore
= shouldIgnore;
4 references to ShouldIgnore
Microsoft.DotNet.SignTool (4)
src\SignInfo.cs (4)
64
public bool ShouldSign => !IsAlreadySigned && !
ShouldIgnore
;
68
public bool ShouldNotarize => !string.IsNullOrEmpty(NotarizationAppName) && !
ShouldIgnore
;
99
=> new SignInfo(Certificate, StrongName, NotarizationAppName, collisionPriorityId,
ShouldIgnore
, IsAlreadySigned, IsAlreadyStrongNamed, GeneratesDetachedSignature);
107
new SignInfo(Certificate, StrongName, NotarizationAppName, CollisionPriorityId,
ShouldIgnore
, IsAlreadySigned, value, GeneratesDetachedSignature);