1 write to s_getDateTimeOffsetMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
975
s_getDateTimeOffsetMethod
= typeof(DateTimeOffsetAdapter).GetMethod("GetDateTimeOffset", Globals.ScanAllMembers);
3 references to s_getDateTimeOffsetMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
973
if (
s_getDateTimeOffsetMethod
== null)
976
Debug.Assert(
s_getDateTimeOffsetMethod
!= null);
978
return
s_getDateTimeOffsetMethod
;