2 references to TryGetMatchingKnownBuildCommand
Microsoft.Build (2)
BuildCheck\Checks\ExecCliBuildCheck.cs (2)
78
if (
TryGetMatchingKnownBuildCommand
(commandSpan.Slice(start), out var knownBuildCommand))
94
if (
TryGetMatchingKnownBuildCommand
(command, out var knownBuildCommand))