1 write to s_getTypeHandleMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1006s_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)
1004if (s_getTypeHandleMethod == null) 1007Debug.Assert(s_getTypeHandleMethod != null); 1009return s_getTypeHandleMethod;