2 writes to KeyContainer
Microsoft.Build.Tasks.Core (2)
AxReference.cs (1)
83
axImp.
KeyContainer
= KeyContainer;
TlbReference.cs (1)
162
KeyContainer
= KeyContainer,
7 references to KeyContainer
Microsoft.Build.Tasks.Core (7)
AxTlbBaseTask.cs (7)
43
get => (string)Bag[nameof(
KeyContainer
)];
44
set => Bag[nameof(
KeyContainer
)] = value;
167
commandLine.AppendSwitchIfNotNull("/keycontainer:",
KeyContainer
);
194
bool keyContainerSpecified = !String.IsNullOrEmpty(
KeyContainer
);
219
StrongNameUtils.GetStrongNameKey(Log, KeyFile,
KeyContainer
, out keyPair, out publicKey);
246
if (!String.IsNullOrEmpty(
KeyContainer
))
248
Log.LogErrorWithCodeFromResources("AxTlbBaseTask.StrongNameUtils.NoKeyPairInContainer",
KeyContainer
);