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