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)
234
return valueConverter.ChangeType(_objVal, ValueType,
_nsPrefix
);
395
return valueConverter.ToString(_objVal,
_nsPrefix
);