9 references to GetReflectionVariable
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (9)
2612
Writer.Write(RaCodeGen.
GetReflectionVariable
(memberTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*"));
2821
Writer.Write(RaCodeGen.
GetReflectionVariable
(arrayTypeDesc.CSharpName, "System.Collections.Generic.IEnumerable*"));
4097
sb.Append(
GetReflectionVariable
(escapedTypeName, methodName));
4143
return
GetReflectionVariable
(typeFullName, null);
4159
string memberInfoName =
GetReflectionVariable
(typeFullName, memberName);
4193
string memberInfoName =
GetReflectionVariable
(typeFullName, memberName);
4203
string arrayInfo =
GetReflectionVariable
(typeFullName, arrayMemberKey);
4211
string memberInfoName =
GetReflectionVariable
(typeFullName, memberName);
4303
_writer.Write(
GetReflectionVariable
(escapedTypeName, null));