3 writes to CheckSpecifiedSource
System.Xml (3)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
469member.CheckSpecifiedSource = "p[" + j.ToString(CultureInfo.InvariantCulture) + "]"; 1579member.CheckSpecifiedSource = RaCodeGen.GetStringForMember("o", mapping.Name + "Specified", structMapping.TypeDesc); 1600arrayMember.CheckSpecifiedSource = member.CheckSpecifiedSource;
6 references to CheckSpecifiedSource
System.Xml (6)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (6)
1600arrayMember.CheckSpecifiedSource = member.CheckSpecifiedSource; 2172if (member.Mapping.CheckSpecified == SpecifiedAccessor.ReadWrite && member.CheckSpecifiedSource != null && member.CheckSpecifiedSource.Length > 0) { 2173ILGenSet(member.CheckSpecifiedSource, true); 2487WriteElement(anyElement.ArraySource, anyElement.ArrayName, anyElement.ChoiceArraySource, element, anyElement.Mapping.ChoiceIdentifier, anyElement.Mapping.CheckSpecified == SpecifiedAccessor.ReadWrite ? anyElement.CheckSpecifiedSource : null, false, false, -1, i); 2578WriteElement(member.ArraySource, member.ArrayName, member.ChoiceArraySource, e, choice, member.Mapping.CheckSpecified == SpecifiedAccessor.ReadWrite ? member.CheckSpecifiedSource : null, member.IsList && member.Mapping.TypeDesc.IsNullable, member.Mapping.ReadOnly, member.FixupIndex, j);