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