Implemented interface member:
property
KeyFile
Microsoft.Build.Tasks.IAspNetCompilerTaskContract.KeyFile
3 references to KeyFile
Microsoft.Build.Tasks.Core (3)
AspNetCompiler.cs (3)
105get => (string)Bag[nameof(KeyFile)]; 106set => Bag[nameof(KeyFile)] = value; 290commandLine.AppendSwitchIfNotNull("-keyfile ", KeyFile);