6 references to ProvidedParameter
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (6)
HelperFactory.cs (6)
135new ProvidedParameter("context", typeof(object), contextParameter),
136new ProvidedParameter("output", typeof(TextWriter), outputParameter),
137new ProvidedParameter("template", typeof(Action<TextWriter, object>), Expression.MakeMemberAccess(optionsParameter, typeof(HelperOptions).GetProperty("Template"))),
138new ProvidedParameter("inverse", typeof(Action<TextWriter, object>), Expression.MakeMemberAccess(optionsParameter, typeof(HelperOptions).GetProperty("Inverse"))),
181new ProvidedParameter("context", typeof(object), contextParameter),
182new ProvidedParameter("output", typeof(TextWriter), outputParameter),