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