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