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