1 write to _abbreviation
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (1)
38
_abbreviation
= abbreviation.ToLower(CultureInfo.InvariantCulture);
1 reference to _abbreviation
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\CommandLineParser.cs (1)
73
return
_abbreviation
.Equals(other, StringComparison.InvariantCultureIgnoreCase);