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