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