2 writes to _nsPrefix
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
145_nsPrefix = new NamespacePrefixForQName(prefix, nsResolver.LookupNamespace(prefix)!); 171_nsPrefix = new NamespacePrefixForQName(nsResolver.LookupPrefix(ns)!, ns);
2 references to _nsPrefix
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
234return valueConverter.ChangeType(_objVal, ValueType, _nsPrefix); 395return valueConverter.ToString(_objVal, _nsPrefix);