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