2 instantiations of GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.CmdLine (1)
Program.cs (1)
38var generatorOptions = new GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.MSBuild (1)
GenerateSwaggerCode.cs (1)
52var options = new GeneratorOptions
9 references to GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.CmdLine (1)
Program.cs (1)
38var generatorOptions = new GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (7)
Modeler\ServiceClientModelFactory.cs (3)
38private readonly GeneratorOptions _generatorOptions; 48public ServiceClientModelFactory(GeneratorOptions options) 123GeneratorOptions options = _generatorOptions;
ServiceClientCodeFactory.cs (4)
22GeneratorOptions options, 33public GeneratorOptions Options { get; } 64public List<CodeFile> GenerateCode(ServiceClientModel model, GeneratorOptions options) 90private void RegisterHelpers(IHandlebars hb, Language language, GeneratorOptions options)
Microsoft.DotNet.SwaggerGenerator.MSBuild (1)
GenerateSwaggerCode.cs (1)
52var options = new GeneratorOptions