2 references to TryGetValue
mscorlib (2)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (2)
137
bool found =
TryGetValue
(key, out value);
153
bool hasKey =
TryGetValue
(key, out value);