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