10 overrides of LookupPrefix
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
297
public override string
LookupPrefix
(string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (1)
103
public override string
LookupPrefix
(string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
1059
public override string
LookupPrefix
(string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1308
public override string
LookupPrefix
(string ns)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
189
public override string
LookupPrefix
(string ns)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
97
public override string
LookupPrefix
(string ns) { return _xmlWriter.LookupPrefix(ns); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
756
public override string
LookupPrefix
(string ns)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
90
public override string
LookupPrefix
(string ns)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
616
public override string
LookupPrefix
(string namespaceUri)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
39
public override string
LookupPrefix
(string ns)
21 references to LookupPrefix
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
299
return _wrapped.
LookupPrefix
(ns);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
191
return writer.
LookupPrefix
(ns);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
260
string prefix =
LookupPrefix
(ns);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (7)
399
string prefix = _w.
LookupPrefix
(ns);
494
prefix = _w.
LookupPrefix
(ns);
522
if (_w.
LookupPrefix
(aliasNs) == null)
970
string prefix = _w.
LookupPrefix
(ns);
1003
string prefix = _w.
LookupPrefix
(ns);
1016
prefix = _w.
LookupPrefix
(ns);
1486
string oldPrefix = (ns == null || ns.Length == 0) ? null : Writer.
LookupPrefix
(ns);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
97
public override string LookupPrefix(string ns) { return _xmlWriter.
LookupPrefix
(ns); }
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (2)
41
return writer.
LookupPrefix
(ns);
93
string prefix = writer.
LookupPrefix
(ns);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
93
return CoreWriter.
LookupPrefix
(ns);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (2)
108
if (
LookupPrefix
(namespaceUri) != null)
618
return _writer.
LookupPrefix
(namespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
337
string prefix = writer.
LookupPrefix
(ns);
377
string prefix = writer.
LookupPrefix
(ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
41
return this.Writer.
LookupPrefix
(ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (2)
14
string p = writer.
LookupPrefix
(ns.Value);
23
string p = writer.
LookupPrefix
(ns.Value);