1 write to _filePath
Microsoft.VisualStudio.LanguageServices (1)
DocumentationComments\VisualStudioDocumentationProvider.cs (1)
27_filePath = filePath;
4 references to _filePath
Microsoft.VisualStudio.LanguageServices (4)
DocumentationComments\VisualStudioDocumentationProvider.cs (4)
58_memberIndexService.CreateXMLMemberIndex(_filePath, out var memberIndex); 65string.Equals(_filePath, other._filePath, StringComparison.OrdinalIgnoreCase); 68=> StringComparer.OrdinalIgnoreCase.GetHashCode(_filePath);