1 write to _clrNamespaces
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
68
_clrNamespaces
= new HashSet<string>();
3 references to _clrNamespaces
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
164
foreach (string clrNs in
_clrNamespaces
)
371
if (!
_clrNamespaces
.Contains(xamlNamespace))
373
_clrNamespaces
.Add(xamlNamespace);