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