8 references to HasPath
Microsoft.CodeAnalysis (8)
CommandLine\SarifV1ErrorLogger.cs (4)
93
if (
HasPath
(location))
110
additionalLocations.Any(l =>
HasPath
(l)))
116
if (
HasPath
(additionalLocation))
138
Debug.Assert(
HasPath
(location));
CommandLine\SarifV2ErrorLogger.cs (4)
132
if (
HasPath
(location))
149
additionalLocations.Any(l =>
HasPath
(l)))
155
if (
HasPath
(additionalLocation))
172
Debug.Assert(
HasPath
(diagnosticLocation));