Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.KeyContainer
3 references to KeyContainer
Microsoft.Build.Tasks.Core (3)
AspNetCompiler.cs (3)
96
get => (string)Bag[nameof(
KeyContainer
)];
97
set => Bag[nameof(
KeyContainer
)] = value;
291
commandLine.AppendSwitchIfNotNull("-keycontainer ",
KeyContainer
);