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