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