Base:
property
ReturnsVoid
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ReturnsVoid
2 references to ReturnsVoid
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (2)
1139
if (this.
ReturnsVoid
|| this.IsGenericMethod || this.IsVararg || this.ParameterCount != parameterCount || this.IsParams())
1186
this.
ReturnsVoid
&& this.Arity == 0)