5 references to TypeOfDateTimeOffset
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (3)
786if (type == Globals.TypeOfDateTimeOffset) 801if (Globals.TypeOfDateTimeOffset.TypeHandle.Equals(typeHandle)) 1295type == Globals.TypeOfDateTimeOffset ||
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
129_ilg.ConvertValue(Globals.TypeOfDateTimeOffset, _ilg.CurrentMethod.ReturnType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
144_ilg.ConvertValue(objectArg.ArgType, Globals.TypeOfDateTimeOffset);