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