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