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)
484
if (
_namespaces
is null)
487
if (
_namespaces
is null)
493
return
_namespaces
;
1452
else if (
_namespaces
is not null &&
_namespaces
.Count > 0)
1454
ns =
_namespaces
[0];
1847
if (
_namespaces
is not null &&
_namespaces
.Count > 0)
1849
result ^=
_namespaces
[0].GetHashCode();
1896
if (xamlType1.
_namespaces
is not null)
1898
if (xamlType2.
_namespaces
is null || xamlType1.
_namespaces
[0] != xamlType2.
_namespaces
[0])
1903
else if (xamlType2.
_namespaces
is not null)