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