3 references to CurrentTypeName
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (3)
Modeler\ServiceClientModelFactory.cs (3)
315
if (
CurrentTypeName
!= null)
318
$"{Helpers.PascalCase(
CurrentTypeName
.AsSpan())}{Helpers.PascalCase(CurrentPropertyName.AsSpan())}";
403
id = Helpers.PascalCase((
CurrentTypeName
+ "-" + CurrentPropertyName).AsSpan());