1 write to _namespaceByUriList
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
729
Interlocked.CompareExchange(ref
_namespaceByUriList
, CreateDictionary<string, XamlNamespace>(), null);
2 references to _namespaceByUriList
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
728
if (
_namespaceByUriList
== null)
730
return
_namespaceByUriList
;