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