18 references to GetVariable
System.Private.Xml (18)
System\Xml\Serialization\SourceInfo.cs (4)
75object varA = ILG.GetVariable(match.Groups["a"].Value); 77object varIA = ILG.GetVariable(match.Groups["ia"].Value); 149var = ILG.GetVariable(Arg.StartsWith("o.@", StringComparison.Ordinal) ? "o" : Arg); 158var = ILG.GetVariable(Arg);
System\Xml\Serialization\XmlSerializationILGen.cs (1)
594ilg!.LoadMember(ilg.GetVariable("o"), memInfo);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (7)
319object pVar = ilg.GetVariable("p"); 2785System.Diagnostics.Debug.Assert(CodeGenerator.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)).IsArray); 2786ilg.Load(ilg.GetVariable(match.Groups["a"].Value)); 2787ilg.Load(ilg.GetVariable(match.Groups["ia"].Value)); 2831object oVar = ilg.GetVariable(match.Groups["locA1"].Value); 2867Type varType = CodeGenerator.GetVariableType(ilg.GetVariable(match.Groups["a"].Value)); 2909ilg.Load(ilg.GetVariable(member.ArrayName));
System\Xml\Serialization\XmlSerializationWriterILGen.cs (6)
337object oVar = ilg.GetVariable(source); 771object oVar = ilg.GetVariable("o"); 853object oVar = ilg.GetVariable("o"); 1503ilg.LoadAddress(ilg.GetVariable(arrayName)); 2544object fixup = initValue.ILG.GetVariable(vars[0]); 2551object sVar = initValue.ILG.GetVariable(initValue.Arg);