1 write to s_getDateTimeOffsetAdapterMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
991
s_getDateTimeOffsetAdapterMethod
= typeof(DateTimeOffsetAdapter).GetMethod("GetDateTimeOffsetAdapter", Globals.ScanAllMembers);
3 references to s_getDateTimeOffsetAdapterMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
989
if (
s_getDateTimeOffsetAdapterMethod
== null)
992
Debug.Assert(
s_getDateTimeOffsetAdapterMethod
!= null);
994
return
s_getDateTimeOffsetAdapterMethod
;