3 references to GetValue
mscorlib (1)
system\runtime\compilerservices\ConditionalWeakTable.cs (1)
280return GetValue(key, k => Activator.CreateInstance<TValue>());
System (1)
compmod\system\collections\specialized\marshalinghelpers.cs (1)
355EventHandler<object> handler_WinRT = m_weakTable.GetValue(value, ICommandAdapterHelpers.CreateWrapperHandler);
System.Transactions (1)
System\Transactions\Transaction.cs (1)
1491return ContextDataTable.GetValue(contextKey, (env) => new ContextData(true));