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);
65
string.Equals(
_filePath
, other.
_filePath
, StringComparison.OrdinalIgnoreCase);
68
=> StringComparer.OrdinalIgnoreCase.GetHashCode(
_filePath
);