1 write to Arg
System.Xml (1)
System\Xml\Serialization\SourceInfo.cs (1)
44this.Arg = arg ?? source;
10 references to Arg
System.Xml (10)
System\Xml\Serialization\SourceInfo.cs (7)
51return new SourceInfo("((" + td.CSharpName + ")" + Source + ")", Arg, MemberInfo, td.Type, ILG); 63Match match = regex.Match(Arg); 128if (Arg.StartsWith("o.@", StringComparison.Ordinal) || MemberInfo != null) { 129var = ILG.GetVariable(Arg.StartsWith("o.@", StringComparison.Ordinal) ? "o" : Arg); 137var = ILG.GetVariable(Arg); 169Debug.Assert(match.Groups["arg"].Value == Arg);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
2376if (initValue.Arg.StartsWith("o.@", StringComparison.Ordinal)) { 2378Debug.Assert(initValue.MemberInfo.Name == initValue.Arg.Substring(3)); 2392object sVar = initValue.ILG.GetVariable(initValue.Arg);