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