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