2 instantiations of GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.CmdLine (1)
Program.cs (1)
35var generatorOptions = new GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.MSBuild (1)
GenerateSwaggerCode.cs (1)
49var options = new GeneratorOptions
9 references to GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.CmdLine (1)
Program.cs (1)
35var generatorOptions = new GeneratorOptions
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (7)
Modeler\ServiceClientModelFactory.cs (3)
35private readonly GeneratorOptions _generatorOptions; 45public ServiceClientModelFactory(GeneratorOptions options) 120GeneratorOptions options = _generatorOptions;
ServiceClientCodeFactory.cs (4)
19GeneratorOptions options, 30public GeneratorOptions Options { get; } 61public List<CodeFile> GenerateCode(ServiceClientModel model, GeneratorOptions options) 87private void RegisterHelpers(IHandlebars hb, Language language, GeneratorOptions options)
Microsoft.DotNet.SwaggerGenerator.MSBuild (1)
GenerateSwaggerCode.cs (1)
49var options = new GeneratorOptions