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