1 override of ReadContentAsUniqueId
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1583
public override UniqueId
ReadContentAsUniqueId
()
5 references to ReadContentAsUniqueId
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1211
WriteValue(reader.
ReadContentAsUniqueId
());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
771
value =
ReadContentAsUniqueId
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (3)
338
UniqueId id = reader.
ReadContentAsUniqueId
();
393
UniqueId id = reader.
ReadContentAsUniqueId
();
407
UniqueId id = reader.
ReadContentAsUniqueId
();