Implemented interface member:
property
KeyFile
Microsoft.Build.Tasks.IResolveComReferenceTaskContract.KeyFile
4 references to KeyFile
Microsoft.Build.Tasks.Core (4)
ResolveComReference.cs (4)
627
if (!string.IsNullOrEmpty(KeyContainer) && !string.IsNullOrEmpty(
KeyFile
))
635
if (string.IsNullOrEmpty(KeyContainer) && string.IsNullOrEmpty(
KeyFile
))
1356
outputDirectory, isTemporary, DelaySign,
KeyFile
, KeyContainer, NoClassMembers,
1402
var reference = new AxReference(Log, Silent, this, referenceInfo, refName, outputDirectory, DelaySign,
KeyFile
, KeyContainer, IncludeVersionInInteropName, _aximpPath, BuildEngine, EnvironmentVariables);