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