1 write to _contents
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (1)
92
_contents
= new Dictionary<string, IList<string>>(capacity);
5 references to _contents
dotnet-svcutil.xmlserializer (5)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (5)
112
if (
_contents
.TryGetValue(key.ToLower(CultureInfo.InvariantCulture), out values))
129
if (!
_contents
.TryGetValue(key.ToLower(CultureInfo.InvariantCulture), out result))
136
return
_contents
.ContainsKey(key.ToLower(CultureInfo.InvariantCulture));
141
_contents
.Add(key.ToLower(CultureInfo.InvariantCulture), values);
146
get { return
_contents
.Count; }