1 write to KeyFile
Microsoft.Build.Tasks.Core (1)
AxTlbBaseReference.cs (1)
53KeyFile = keyFile;
7 references to KeyFile
Microsoft.Build.Tasks.Core (7)
AxReference.cs (1)
84axImp.KeyFile = KeyFile;
AxTlbBaseReference.cs (5)
255StrongNameUtils.GetStrongNameKey(Log, KeyFile, KeyContainer, out keyPair, out publicKey); 283if (!string.IsNullOrEmpty(KeyFile)) 285Log.LogErrorWithCodeFromResources(null, ReferenceInfo.SourceItemSpec, 0, 0, 0, 0, "ResolveComReference.StrongNameUtils.NoKeyPairInFile", KeyFile); 301if (!string.IsNullOrEmpty(KeyFile) || !string.IsNullOrEmpty(KeyContainer)) 320StrongNameUtils.GetStrongNameKey(Log, KeyFile, KeyContainer, out _, out byte[] desiredPublicKey);
TlbReference.cs (1)
163KeyFile = KeyFile,