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