4 references to TryGetValue
Microsoft.DotNet.Cli.Utils (4)
MSBuildArgs.cs (4)
95
var getProperty =
TryGetValue
<string[]>("--getProperty");
96
var getItem =
TryGetValue
<string[]?>("--getItem");
97
var getTargetResult =
TryGetValue
<string[]?>("--getTargetResult");
98
var getResultOutputFile =
TryGetValue
<string[]?>("--getResultOutputFile");