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)
74
if (
_interceptsLocationInfo
== null)
80
return
_interceptsLocationInfo
.TryGetValue(data, out span);
FindSymbols\SyntaxTree\SyntaxTreeIndex_Persistence.cs (3)
43
writer.WriteInt32(
_interceptsLocationInfo
?.Count ?? 0);
44
if (
_interceptsLocationInfo
is not null)
46
foreach (var (interceptsLocationData, span) in
_interceptsLocationInfo
)