18 references to GetVariable
System.Private.Xml (18)
System\Xml\Serialization\SourceInfo.cs (4)
73object varA = ILG.GetVariable(match.Groups["a"].Value); 75object varIA = ILG.GetVariable(match.Groups["ia"].Value); 147var = ILG.GetVariable(Arg.StartsWith("o.@", StringComparison.Ordinal) ? "o" : Arg); 156var = ILG.GetVariable(Arg);
System\Xml\Serialization\XmlSerializationILGen.cs (1)
583ilg!.LoadMember(ilg.GetVariable("o"), memInfo);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (7)
316object pVar = ilg.GetVariable("p"); 2757System.Diagnostics.Debug.Assert(CodeGenerator.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)).IsArray); 2758ilg.Load(ilg.GetVariable(match.Groups["a"].Value)); 2759ilg.Load(ilg.GetVariable(match.Groups["ia"].Value)); 2801object oVar = ilg.GetVariable(match.Groups["locA1"].Value); 2837Type varType = CodeGenerator.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)); 2878ilg.Load(ilg.GetVariable(member.ArrayName));
System\Xml\Serialization\XmlSerializationWriterILGen.cs (6)
327object oVar = ilg.GetVariable(source); 757object oVar = ilg.GetVariable("o"); 838object oVar = ilg.GetVariable("o"); 1482ilg.LoadAddress(ilg.GetVariable(arrayName)); 2512object fixup = initValue.ILG.GetVariable(vars[0]); 2519object sVar = initValue.ILG.GetVariable(initValue.Arg);