3 references to GetCommandLineString
dotnet-svcutil.xmlserializer (3)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
190
string modeSettingStr = _options.
GetCommandLineString
(_options.ModeSettingOption, _options.ModeSettingValue);
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (2)
311
string optionStr = _parent.
GetCommandLineString
(option, value);
320
string modeSettingStr = _parent.
GetCommandLineString
(_parent._modeSettingOption, _parent._modeSettingValue);