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