System\Xml\Serialization\XmlSerializationReader.cs (33)
2036bool choiceUseReflection = mapping.ChoiceIdentifier.Mapping.TypeDesc.UseReflection;
2271Writer.Write(RaCodeGen.GetStringForTypeof(mapping.TypeDesc.CSharpName,mapping.TypeDesc.UseReflection));
2478if (mappings[i].TypeDesc.IsOptionalValue && mappings[i].TypeDesc.BaseTypeDesc.UseReflection) {
2482Writer.Write(RaCodeGen.GetStringForCreateInstance(mappings[i].TypeDesc.CSharpName, mappings[i].TypeDesc.UseReflection, false, false));
2582bool useReflection = td.UseReflection;
2584bool arrayElementUseReflection = td.ArrayElementTypeDesc == null?false:td.ArrayElementTypeDesc.UseReflection;
2751if (!mapping.TypeDesc.UseReflection){
2792bool useReflection = mapping.TypeDesc.UseReflection;
2878if (derived.TypeDesc.UseReflection && isTypedReturn)
2931if (td.UseReflection){
2941Writer.Write(RaCodeGen.GetStringForCreateInstance(fullTypeName, td.UseReflection, false, false));
2959bool useReflection = nullableMapping.BaseMapping.TypeDesc.UseReflection;
3009bool useReflection = structMapping.TypeDesc.UseReflection;
3193bool useReflection = structMapping.TypeDesc.UseReflection;
3260if (anyFixups) WriteFixupMethod(fixupMethodName, members, structMapping.TypeDesc.CSharpName, structMapping.TypeDesc.UseReflection, true, "o");
3321bool useReflection = typeDesc.UseReflection;
3342Writer.Write(RaCodeGen.GetStringForCreateInstance(typeDesc.CSharpName, typeDesc.UseReflection, typeDesc.CannotNew, true));
3372bool useReflection = td.UseReflection;
3661bool useReflection = typeDesc.UseReflection;
3928Writer.Write(RaCodeGen.GetStringForTypeof(td.CSharpName, td.UseReflection));
3931Writer.Write(RaCodeGen.GetStringForTypeof(e.Mapping.TypeDesc.CSharpName, e.Mapping.TypeDesc.UseReflection));
3961Writer.Write(RaCodeGen.GetStringForCreateInstance(e.Mapping.TypeDesc.CSharpName, e.Mapping.TypeDesc.UseReflection, false, true, "(" + td.CSharpName + ")" + checkTypeSource));
4038bool useReflection = typeDesc.UseReflection;
4041bool arrayUseReflection = typeDesc.ArrayElementTypeDesc.UseReflection;
4081bool arrayUseReflection = typeDesc.ArrayElementTypeDesc.UseReflection;
4102bool choiceUseReflection = member.Mapping.ChoiceIdentifier.Mapping.TypeDesc.UseReflection;
4132if (typeDesc != null && !typeDesc.UseReflection) {
4274Writer.Write(RaCodeGen.GetStringForCreateInstance(element.Mapping.TypeDesc.CSharpName, element.Mapping.TypeDesc.UseReflection, false, false));
4438Writer.Write(RaCodeGen.GetStringForCreateInstance(sm.TypeDesc.CSharpName, sm.TypeDesc.UseReflection, sm.TypeDesc.CannotNew, false));
4470Writer.Write(RaCodeGen.GetStringForEnumMember(enumTypeName, choice.MemberIds[elementIndex], choice.Mapping.TypeDesc.UseReflection));
4492Writer.Write(RaCodeGen.GetStringForCreateInstance(derived.TypeDesc.CSharpName, derived.TypeDesc.UseReflection, derived.TypeDesc.CannotNew, false));
4644bool useReflection = mapping.TypeDesc.UseReflection;
4691Writer.Write(RaCodeGen.GetStringForTypeof(typeDesc.CSharpName, typeDesc.UseReflection));