1 write to s_getTypeMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1020
s_getTypeMethod
= typeof(object).GetMethod("GetType");
3 references to s_getTypeMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
1018
if (
s_getTypeMethod
== null)
1021
Debug.Assert(
s_getTypeMethod
!= null);
1023
return
s_getTypeMethod
;