1 write to _options
dotnet-svcutil-lib (1)
HelpGenerator.cs (1)
231set { _options = value; }
3 references to _options
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
230get { return _options; } 251if (_options != null) 255ArgumentInfo.WriteArguments(_options);