1 override of ReadContentAsGuid
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
1766public override Guid ReadContentAsGuid()
2 references to ReadContentAsGuid
System.Runtime.Serialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1218WriteValue(reader.ReadContentAsGuid());
System\Xml\XmlDictionaryReader.cs (1)
946value = ReadContentAsGuid();