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)
483
if (
_namespaces
is null)
486
if (
_namespaces
is null)
492
return
_namespaces
;
1451
else if (
_namespaces
is not null &&
_namespaces
.Count > 0)
1453
ns =
_namespaces
[0];
1845
if (
_namespaces
is not null &&
_namespaces
.Count > 0)
1847
result ^=
_namespaces
[0].GetHashCode();
1894
if (xamlType1.
_namespaces
is not null)
1896
if (xamlType2.
_namespaces
is null || xamlType1.
_namespaces
[0] != xamlType2.
_namespaces
[0])
1901
else if (xamlType2.
_namespaces
is not null)