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