2 references to GetStringForTypeof
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
96
string init = $"{a} = {castString}EnsureArrayIndex({a}, {c}, {ReflectionAwareILGen.
GetStringForTypeof
(choiceTypeFullName)});";
2597
init = $"{init}{a} = ({arrayTypeFullName}[])EnsureArrayIndex({a}, {c}, {ReflectionAwareILGen.
GetStringForTypeof
(arrayTypeFullName)});";