8 references to HasPath
Microsoft.CodeAnalysis (8)
CommandLine\SarifV1ErrorLogger.cs (4)
89
if (
HasPath
(location))
106
additionalLocations.Any(l =>
HasPath
(l)))
112
if (
HasPath
(additionalLocation))
134
Debug.Assert(
HasPath
(location));
CommandLine\SarifV2ErrorLogger.cs (4)
127
if (
HasPath
(location))
144
additionalLocations.Any(l =>
HasPath
(l)))
150
if (
HasPath
(additionalLocation))
167
Debug.Assert(
HasPath
(diagnosticLocation));