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