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