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