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