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