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