1 write to KeyContainer
Microsoft.Build.Tasks.Core (1)
AxTlbBaseReference.cs (1)
54
KeyContainer
= keyContainer;
7 references to KeyContainer
Microsoft.Build.Tasks.Core (7)
AxReference.cs (1)
83
axImp.KeyContainer =
KeyContainer
;
AxTlbBaseReference.cs (5)
255
StrongNameUtils.GetStrongNameKey(Log, KeyFile,
KeyContainer
, out keyPair, out publicKey);
278
if (!string.IsNullOrEmpty(
KeyContainer
))
280
Log.LogErrorWithCodeFromResources(null, ReferenceInfo.SourceItemSpec, 0, 0, 0, 0, "ResolveComReference.StrongNameUtils.NoKeyPairInContainer",
KeyContainer
);
301
if (!string.IsNullOrEmpty(KeyFile) || !string.IsNullOrEmpty(
KeyContainer
))
320
StrongNameUtils.GetStrongNameKey(Log, KeyFile,
KeyContainer
, out _, out byte[] desiredPublicKey);
TlbReference.cs (1)
162
KeyContainer =
KeyContainer
,