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