10 references to GetReflectionVariable
System.Private.Xml (10)
System\Xml\Serialization\XmlSerializationReader.cs (1)
2776Writer.Write($"{RaCodeGen.GetReflectionVariable(typeof(Array).FullName!, "0")}[ci , i]");
System\Xml\Serialization\XmlSerializationWriter.cs (9)
1876sb.Append(GetReflectionVariable(escapedTypeName, methodName)); 1922return GetReflectionVariable(typeFullName, null)!; 1937string? memberInfoName = GetReflectionVariable(typeFullName, memberName); 1971string? memberInfoName = GetReflectionVariable(typeFullName, memberName); 1982string? arrayInfo = GetReflectionVariable(typeFullName, arrayMemberKey); 1990string? memberInfoName = GetReflectionVariable(typeFullName, memberName); 2083_writer.Write(GetReflectionVariable(escapedTypeName, null)); 3348Writer.Write(RaCodeGen.GetReflectionVariable(memberTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*")); 3558Writer.Write(RaCodeGen.GetReflectionVariable(arrayTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*"));