4 references to TryGetValue
Microsoft.ML.Core.Tests (4)
UnitTests\TestLruCache.cs (4)
44bool success = cache.TryGetValue("bar", out val); 52success = cache.TryGetValue("bar", out val); 60success = cache.TryGetValue("baz", out val); 68success = cache.TryGetValue("foo", out val);