2 writes to _nonClrNamespaces
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
123
_nonClrNamespaces
= result;
1132
_nonClrNamespaces
= null;
2 references to _nonClrNamespaces
System.Xaml (2)
System\Xaml\XamlSchemaContext.cs (2)
107
IList<string> result =
_nonClrNamespaces
;
1129
if (foundNew &&
_nonClrNamespaces
!= null)