4 references to ProbablyContains
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SyntaxTree\SyntaxTreeIndex.IdentifierInfo.cs (2)
26=> _identifierFilter.ProbablyContains(identifier); 38=> _escapedIdentifierFilter.ProbablyContains(identifier);
FindSymbols\SyntaxTree\SyntaxTreeIndex.LiteralInfo.cs (1)
23=> _literalsFilter.ProbablyContains(value);
Shared\Utilities\BloomFilter.cs (1)
380/// Not shared with the <see cref="ProbablyContains(string)"/> overload because that version