4 references to GetOrAdd
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
243
return concurrentTypeNameCache.Value.
GetOrAdd
(type, (t) =>
system\runtime\serialization\formatterservices.cs (1)
199
MemberInfo[] members = m_MemberInfoTable.
GetOrAdd
(mh,
System.Data (1)
fx\src\data\System\Data\Common\DataStorage.cs (1)
443
Tuple<bool, bool, bool, bool> interfaces = _typeImplementsInterface.
GetOrAdd
(dataType, _inspectTypeForInterfaces);
System.ServiceModel (1)
System\UriTemplate.cs (1)
951
return this.unescapedDefaults.
GetOrAdd
(escapedValue, Uri.UnescapeDataString);