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