7 references to KeyFile
Microsoft.Build.Tasks.CodeAnalysis.Sdk (7)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
564
CheckHostObjectSupport(param = nameof(
KeyFile
), cscHostObject.SetKeyFile(
KeyFile
));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
228
set { _store[nameof(
KeyFile
)] = value; }
229
get { return (string?)_store[nameof(
KeyFile
)]; }
890
commandLine.AppendSwitchIfNotNull("/keyfile:",
KeyFile
);
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
843
CheckHostObjectSupport(param = nameof(
KeyFile
), vbcHostObject.SetKeyFile(
KeyFile
));