3 references to GetOrCreateValue
System.Private.Xml (3)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
604
var delegateCacheForType = s_setMemberValueDelegateCache.
GetOrCreateValue
(type, _ => new Hashtable());
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1496
object oIsTypeDynamic = s_tableIsTypeDynamic.
GetOrCreateValue
(type, static type =>
System\Xml\Serialization\XmlSerializer.cs (1)
712
typedMappingTable = s_xmlSerializerTable.
GetOrCreateValue
(type, _ => new Dictionary<XmlSerializerMappingKey, XmlSerializer>());