1 write to FilePath
Microsoft.CodeAnalysis.CodeStyle (1)
Section.cs (1)
26FilePath = filePath;
5 references to FilePath
Microsoft.CodeAnalysis.CodeStyle (5)
Section.cs (5)
37if (FilePath is not null) 39var containingDirectory = Path.GetDirectoryName(FilePath); 183StringComparer.OrdinalIgnoreCase.Equals(FilePath, other.FilePath) && 189StringComparer.OrdinalIgnoreCase.GetHashCode(FilePath ?? string.Empty),