1 write to _filePath
Microsoft.CodeAnalysis.Workspaces (1)
Utilities\Documentation\XmlDocumentationProvider.cs (1)
157_filePath = filePath;
4 references to _filePath
Microsoft.CodeAnalysis.Workspaces (4)
Utilities\Documentation\XmlDocumentationProvider.cs (4)
161=> new FileStream(_filePath, FileMode.Open, FileAccess.Read); 166return other != null && _filePath == other._filePath; 170=> _filePath.GetHashCode();