1 write to s_arraySetValue
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
85
s_arraySetValue
= typeof(Array).GetMethod("SetValue", new Type[] { typeof(object), typeof(int) });
3 references to s_arraySetValue
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (3)
83
if (
s_arraySetValue
== null)
86
Debug.Assert(
s_arraySetValue
!= null);
88
return
s_arraySetValue
;