1 write to s_getTypeHandleMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1006
s_getTypeHandleMethod
= typeof(Type).GetMethod("get_TypeHandle");
3 references to s_getTypeHandleMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
1004
if (
s_getTypeHandleMethod
== null)
1007
Debug.Assert(
s_getTypeHandleMethod
!= null);
1009
return
s_getTypeHandleMethod
;