Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.IResolveComReferenceTaskContract.KeyContainer
4 references to KeyContainer
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);