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