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)
456
if (
_namespaces
is null)
459
if (
_namespaces
is null)
464
return
_namespaces
;
1351
else if (
_namespaces
is not null &&
_namespaces
.Count > 0)
1353
ns =
_namespaces
[0];
1722
if (
_namespaces
is not null &&
_namespaces
.Count > 0)
1724
result ^=
_namespaces
[0].GetHashCode();
1767
if (xamlType1.
_namespaces
is not null)
1769
if (xamlType2.
_namespaces
is null || xamlType1.
_namespaces
[0] != xamlType2.
_namespaces
[0])
1774
else if (xamlType2.
_namespaces
is not null)