23 references to GetVariable
System.Xml (23)
System\Xml\Serialization\SourceInfo.cs (4)
65object varA = ILG.GetVariable(match.Groups["a"].Value); 67object varIA = ILG.GetVariable(match.Groups["ia"].Value); 129var = ILG.GetVariable(Arg.StartsWith("o.@", StringComparison.Ordinal) ? "o" : Arg); 137var = ILG.GetVariable(Arg);
System\Xml\Serialization\XmlSerializationILGen.cs (1)
569ilg.LoadMember(ilg.GetVariable("o"), memInfo);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (11)
315object pVar = ilg.GetVariable("p"); 2781System.Diagnostics.Debug.Assert(ilg.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)).IsArray); 2782ilg.Load(ilg.GetVariable(match.Groups["a"].Value)); 2783ilg.Load(ilg.GetVariable(match.Groups["ia"].Value)); 2819object oVar = ilg.GetVariable(match.Groups["locA1"].Value); 2854Type varType = ilg.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)); 2893ilg.Load(ilg.GetVariable(member.ArrayName)); 3554object idsLoc = ilg.GetVariable("ids"); 3561ilg.Load(ilg.GetVariable(source)); 3569object idsLoc = ilg.GetVariable("ids"); 3574object idVar = ilg.GetVariable(id);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (7)
306object oVar = ilg.GetVariable(source); 711object oVar = ilg.GetVariable("o"); 795object oVar = ilg.GetVariable("o"); 1451ilg.LoadAddress(ilg.GetVariable(arrayName)); 1455ilg.Load(ilg.GetVariable(arrayName)); 2386object fixup = initValue.ILG.GetVariable(vars[0]); 2392object sVar = initValue.ILG.GetVariable(initValue.Arg);