8 references to Void
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (8)
DefaultHelpers.cs (1)
75
return type == TypeReference.
Void
;
Languages\angular\Angular.cs (3)
80
if (reference == TypeReference.
Void
)
179
if (reference == TypeReference.
Void
)
268
if (reference == TypeReference.
Void
)
Languages\csharp\CSharp.cs (1)
141
if (reference == TypeReference.
Void
)
Modeler\MethodModel.cs (1)
43
public bool ResponseIsVoid => ResponseType == TypeReference.
Void
;
Modeler\ServiceClientModelFactory.cs (2)
188
responseType = TypeReference.
Void
;
263
return TypeReference.
Void
;