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