10 references to GetReflectionVariable
System.Xml (10)
System\Xml\Serialization\XmlSerializationReader.cs (1)
2606Writer.Write(RaCodeGen.GetReflectionVariable(typeof(Array).FullName, "0") + "[ci , i]");
System\Xml\Serialization\XmlSerializationWriter.cs (9)
2258Writer.Write(RaCodeGen.GetReflectionVariable(memberTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*")); 2437Writer.Write(RaCodeGen.GetReflectionVariable(arrayTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*")); 3582sb.Append(GetReflectionVariable(escapedTypeName, methodName)); 3621return GetReflectionVariable(typeFullName, null); 3634string memberInfoName = GetReflectionVariable(typeFullName, memberName); 3667string memberInfoName = GetReflectionVariable(typeFullName, memberName); 3675string arrayInfo = GetReflectionVariable(typeFullName, arrayMemberKey); 3683string memberInfoName = GetReflectionVariable(typeFullName, memberName); 3762writer.Write(GetReflectionVariable(escapedTypeName,null));