1 override of ReadContentAsGuid
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1607public override Guid ReadContentAsGuid()
2 references to ReadContentAsGuid
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1213WriteValue(reader.ReadContentAsGuid());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
806value = ReadContentAsGuid();