1 write to Source
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (1)
42this.Source = source;
15 references to Source
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SourceInfo.cs (9)
51return new SourceInfo("((" + td.CSharpName + ")" + Source + ")", Arg, MemberInfo, td.Type, ILG); 135else if (Source == "null") 189match = s_regex2.Match(Source); 238return source.Source; 258return Source == null; 261return Source == info.Source; 267return (Source == null) ? 0 : Source.GetHashCode();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (6)
1453ilg.Ldloc(source.Source); 2590if (initValue.Source != null) 2604else if (initValue.Source.EndsWith("]", StringComparison.Ordinal)) 2608else if (initValue.Source == "fixup.Source" || initValue.Source == "e.Current") 2610String[] vars = initValue.Source.Split('.');