3 writes to _namespaces
System.Xaml (3)
System\Xaml\XamlType.cs (3)
51_namespaces = new ReadOnlyCollection<string>(new string[] { unknownTypeNamespace }); 486_namespaces = _schemaContext.GetXamlNamespaces(this); 489_namespaces = new ReadOnlyCollection<string>(new string[] { string.Empty });
14 references to _namespaces
System.Xaml (14)
System\Xaml\XamlType.cs (14)
484if (_namespaces is null) 487if (_namespaces is null) 493return _namespaces; 1452else if (_namespaces is not null && _namespaces.Count > 0) 1454ns = _namespaces[0]; 1847if (_namespaces is not null && _namespaces.Count > 0) 1849result ^= _namespaces[0].GetHashCode(); 1896if (xamlType1._namespaces is not null) 1898if (xamlType2._namespaces is null || xamlType1._namespaces[0] != xamlType2._namespaces[0]) 1903else if (xamlType2._namespaces is not null)