1 write to _filePath
Microsoft.CodeAnalysis.Workspaces (1)
Utilities\Documentation\XmlDocumentationProvider.cs (1)
156_filePath = filePath;
4 references to _filePath
Microsoft.CodeAnalysis.Workspaces (4)
Utilities\Documentation\XmlDocumentationProvider.cs (4)
160=> new FileStream(_filePath, FileMode.Open, FileAccess.Read); 164return obj is FileBasedXmlDocumentationProvider other && _filePath == other._filePath; 168=> _filePath.GetHashCode();