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