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