1 write to _interceptsLocationInfo
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SyntaxTree\SyntaxTreeIndex.cs (1)
35_interceptsLocationInfo = interceptsLocationInfo;
5 references to _interceptsLocationInfo
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Forwarders.cs (2)
72if (_interceptsLocationInfo == null) 78return _interceptsLocationInfo.TryGetValue(data, out span);
FindSymbols\SyntaxTree\SyntaxTreeIndex_Persistence.cs (3)
43writer.WriteInt32(_interceptsLocationInfo?.Count ?? 0); 44if (_interceptsLocationInfo is not null) 46foreach (var (interceptsLocationData, span) in _interceptsLocationInfo)