1 write to Arg
System.Private.Xml (1)
System\Xml\Serialization\SourceInfo.cs (1)
44
this.
Arg
= arg ?? source;
10 references to Arg
System.Private.Xml (10)
System\Xml\Serialization\SourceInfo.cs (7)
52
return new SourceInfo($"(({td.CSharpName}){Source})",
Arg
, MemberInfo, td.Type!, ILG);
70
Match match = Regex1.Match(
Arg
);
145
if (
Arg
.StartsWith("o.@", StringComparison.Ordinal) || MemberInfo != null)
147
var = ILG.GetVariable(
Arg
.StartsWith("o.@", StringComparison.Ordinal) ? "o" :
Arg
);
156
var = ILG.GetVariable(
Arg
);
194
Debug.Assert(match.Groups["arg"].Value ==
Arg
);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
2499
if (initValue.
Arg
.StartsWith("o.@", StringComparison.Ordinal))
2502
Debug.Assert(initValue.MemberInfo.Name == initValue.
Arg
.Substring(3));
2519
object sVar = initValue.ILG.GetVariable(initValue.
Arg
);