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