5 references to KeyFile
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedCompiler.cs (3)
228set { _store[nameof(KeyFile)] = value; } 229get { return (string?)_store[nameof(KeyFile)]; } 883commandLine.AppendSwitchIfNotNull("/keyfile:", KeyFile);
Vbc.cs (2)
843CheckHostObjectSupport(param = nameof(KeyFile), vbcHostObject.SetKeyFile(KeyFile));