8 references to Void
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (8)
DefaultHelpers.cs (1)
72
return type == TypeReference.
Void
;
Languages\angular\Angular.cs (3)
77
if (reference == TypeReference.
Void
)
176
if (reference == TypeReference.
Void
)
265
if (reference == TypeReference.
Void
)
Languages\csharp\CSharp.cs (1)
138
if (reference == TypeReference.
Void
)
Modeler\MethodModel.cs (1)
40
public bool ResponseIsVoid => ResponseType == TypeReference.
Void
;
Modeler\ServiceClientModelFactory.cs (2)
185
responseType = TypeReference.
Void
;
260
return TypeReference.
Void
;