2 overrides of WriteGuidText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
888public override void WriteGuidText(Guid guid)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
730public override void WriteGuidText(Guid value)
1 reference to WriteGuidText
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1399_writer.WriteGuidText(value);