16 references to Where
Aspire.Dashboard (1)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.Build.Framework (1)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
Utilities\BloomFilterTests.cs (6)
212new HashSet<string>(GenerateStrings(1_000).Where((s, i) => i % 1 == 0), comparer),
213new HashSet<string>(GenerateStrings(1_000).Where((s, i) => i % 1 == 1), comparer),
215new HashSet<string>(GenerateStrings(10_000).Where((s, i) => i % 1 == 0), comparer),
216new HashSet<string>(GenerateStrings(10_000).Where((s, i) => i % 1 == 1), comparer),
218new HashSet<string>(GenerateStrings(100_000).Where((s, i) => i % 1 == 0), comparer),
219new HashSet<string>(GenerateStrings(100_000).Where((s, i) => i % 1 == 1), comparer),
Microsoft.ML.Data (1)
Microsoft.ML.OnnxTransformer (1)
Microsoft.ML.ResultProcessor (1)
Microsoft.ML.TensorFlow (1)
Microsoft.ML.TorchSharp (1)
Microsoft.ML.Vision (1)
System.Linq.Parallel (1)