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