1 write to _clrNamespaces
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
64_clrNamespaces = new HashSet<string>();
3 references to _clrNamespaces
PresentationFramework (3)
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
160foreach (string clrNs in _clrNamespaces) 367if (!_clrNamespaces.Contains(xamlNamespace)) 369_clrNamespaces.Add(xamlNamespace);