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