Home
last modified time | relevance | path

Searched refs:TypeOfGuid (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DXmlWriterDelegator.cs351 else if (valueType == Globals.TypeOfGuid) in WriteAnyType()
430 else if (valueType == Globals.TypeOfGuid) in WriteExtensionData()
H A DXmlReaderDelegator.cs278 else if (valueType == Globals.TypeOfGuid) in ReadContentAsAnyType()
333 else if (valueType == Globals.TypeOfGuid) in ReadExtensionData()
H A DGlobals.cs171 internal static Type TypeOfGuid property in System.Runtime.Serialization.Globals
H A DExtensionDataReader.cs720 else if (type == Globals.TypeOfGuid) in MoveToText()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DXmlWriterDelegator.cs358 else if (valueType == Globals.TypeOfGuid) in WriteAnyType()
437 else if (valueType == Globals.TypeOfGuid) in WriteExtensionData()
H A DXmlReaderDelegator.cs287 else if (valueType == Globals.TypeOfGuid) in ReadContentAsAnyType()
342 else if (valueType == Globals.TypeOfGuid) in ReadExtensionData()
H A DGlobals.cs148 internal static Type TypeOfGuid property in System.Runtime.Serialization.Globals
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/
H A DDataContract.cs1274 else if (type == Globals.TypeOfGuid) in PrimitiveDataContract()
1999 internal static Type TypeOfGuid = typeof(Guid); field in SerializationTestTypes.Globals