Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.ISGenTaskContract.KeyContainer
4 references to KeyContainer
Microsoft.Build.Tasks.Core (4)
SGen.cs (4)
217
set => Bag[nameof(
KeyContainer
)] = value;
218
get => (string)Bag[nameof(
KeyContainer
)];
408
else if (
KeyContainer
!= null)
410
commandLineBuilder.AppendNestedSwitch("/compiler:", "/keycontainer:",
KeyContainer
);