Base:
method
WriteValue
Microsoft.Xml.XmlWriter.WriteValue(System.String)
2 overrides of WriteValue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
219
public override void
WriteValue
(string value)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
439
public override void
WriteValue
(string value)
1 reference to WriteValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
222
_wrapped.
WriteValue
(value);