1 write to _xmlnsInfo
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
706
Interlocked.CompareExchange(ref
_xmlnsInfo
, CreateDictionary<Assembly, XmlNsInfo>(ReferenceEqualityComparer.Instance), null);
2 references to _xmlnsInfo
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
705
if (
_xmlnsInfo
== null)
707
return
_xmlnsInfo
;