1 write to ClrNamespace
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
191result.Add(new XmlNsDefinition { ClrNamespace = clrns, XmlNamespace = xmlns });
3 references to ClrNamespace
System.Xaml (3)
System\Xaml\MS\Impl\XmlNsInfo.cs (2)
207if (!result.TryGetValue(nsDef.ClrNamespace, out xmlNamespaceList)) 210result.TryAdd(nsDef.ClrNamespace, xmlNamespaceList);
System\Xaml\XamlSchemaContext.cs (1)
1154AssemblyNamespacePair pair = new AssemblyNamespacePair(nsInfo.Assembly, xmlnsDef.ClrNamespace);