3 writes to _namespaces
System.Xaml (3)
System\Xaml\XamlType.cs (3)
51_namespaces = new ReadOnlyCollection<string>(new string[] { unknownTypeNamespace }); 458_namespaces = _schemaContext.GetXamlNamespaces(this); 461_namespaces = new ReadOnlyCollection<string>(new string[] { string.Empty });
14 references to _namespaces
System.Xaml (14)
System\Xaml\XamlType.cs (14)
456if (_namespaces is null) 459if (_namespaces is null) 464return _namespaces; 1351else if (_namespaces is not null && _namespaces.Count > 0) 1353ns = _namespaces[0]; 1722if (_namespaces is not null && _namespaces.Count > 0) 1724result ^= _namespaces[0].GetHashCode(); 1767if (xamlType1._namespaces is not null) 1769if (xamlType2._namespaces is null || xamlType1._namespaces[0] != xamlType2._namespaces[0]) 1774else if (xamlType2._namespaces is not null)