2 writes to nsPrefix
System.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
118
this.
nsPrefix
= new NamespacePrefixForQName(prefix, nsResolver.LookupNamespace(prefix));
139
this.
nsPrefix
= new NamespacePrefixForQName(nsResolver.LookupPrefix(ns), ns);
2 references to nsPrefix
System.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
193
return valueConverter.ChangeType(this.objVal, ValueType, this.
nsPrefix
);
327
return valueConverter.ToString(this.objVal, this.
nsPrefix
);