3 writes to _namespaces
System.Xaml (3)
System\Xaml\XamlType.cs (3)
50_namespaces = new ReadOnlyCollection<string>(new string[] { unknownTypeNamespace }); 485_namespaces = _schemaContext.GetXamlNamespaces(this); 488_namespaces = new ReadOnlyCollection<string>(new string[] { string.Empty });
14 references to _namespaces
System.Xaml (14)
System\Xaml\XamlType.cs (14)
483if (_namespaces is null) 486if (_namespaces is null) 492return _namespaces; 1451else if (_namespaces is not null && _namespaces.Count > 0) 1453ns = _namespaces[0]; 1845if (_namespaces is not null && _namespaces.Count > 0) 1847result ^= _namespaces[0].GetHashCode(); 1894if (xamlType1._namespaces is not null) 1896if (xamlType2._namespaces is null || xamlType1._namespaces[0] != xamlType2._namespaces[0]) 1901else if (xamlType2._namespaces is not null)