2 writes to KeyFile
Microsoft.Build.Tasks.Core (2)
AxReference.cs (1)
84axImp.KeyFile = KeyFile;
TlbReference.cs (1)
163KeyFile = KeyFile,
10 references to KeyFile
Microsoft.Build.Tasks.Core (10)
AxTlbBaseTask.cs (10)
52get => (string)Bag[nameof(KeyFile)]; 53set => Bag[nameof(KeyFile)] = value; 160commandLine.AppendSwitchIfNotNull("/publickey:", KeyFile); 164commandLine.AppendSwitchIfNotNull("/keyfile:", KeyFile); 180if (!String.IsNullOrEmpty(KeyFile)) 182if (FileSystems.Default.FileExists(KeyFile)) 188Log.LogErrorWithCodeFromResources("AxTlbBaseTask.InvalidKeyFileSpecified", KeyFile); 219StrongNameUtils.GetStrongNameKey(Log, KeyFile, KeyContainer, out keyPair, out publicKey); 251if (!String.IsNullOrEmpty(KeyFile)) 253Log.LogErrorWithCodeFromResources("AxTlbBaseTask.StrongNameUtils.NoKeyPairInFile", KeyFile);