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