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