4 references to SetReturnsVoid
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventAccessorSymbol.cs (3)
123this.SetReturnsVoid(returnsVoid: false); 134this.SetReturnsVoid(returnsVoid: true); 145this.SetReturnsVoid(returnsVoid: true);
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
46this.SetReturnsVoid(_lazyReturnType.IsVoidType());