10 references to GetReflectionVariable
System.Private.Xml (10)
System\Xml\Serialization\XmlSerializationReader.cs (1)
2802Writer.Write($"{RaCodeGen.GetReflectionVariable(typeof(Array).FullName!, "0")}[ci , i]");
System\Xml\Serialization\XmlSerializationWriter.cs (9)
1923sb.Append(GetReflectionVariable(escapedTypeName, methodName)); 1969return GetReflectionVariable(typeFullName, null)!; 1984string? memberInfoName = GetReflectionVariable(typeFullName, memberName); 2018string? memberInfoName = GetReflectionVariable(typeFullName, memberName); 2029string? arrayInfo = GetReflectionVariable(typeFullName, arrayMemberKey); 2037string? memberInfoName = GetReflectionVariable(typeFullName, memberName); 2130_writer.Write(GetReflectionVariable(escapedTypeName, null)); 3395Writer.Write(RaCodeGen.GetReflectionVariable(memberTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*")); 3605Writer.Write(RaCodeGen.GetReflectionVariable(arrayTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*"));