5 references to KeyContainer
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedCompiler.cs (3)
222set { _store[nameof(KeyContainer)] = value; } 223get { return (string?)_store[nameof(KeyContainer)]; } 882commandLine.AppendSwitchIfNotNull("/keycontainer:", KeyContainer);
Vbc.cs (2)
842CheckHostObjectSupport(param = nameof(KeyContainer), vbcHostObject.SetKeyContainer(KeyContainer));