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