Base:
property
ReturnsVoid
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ReturnsVoid
3 overrides of ReturnsVoid
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceEventAccessorSymbol.cs (1)
150public sealed override bool ReturnsVoid
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
31public sealed override bool ReturnsVoid
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
321public sealed override bool ReturnsVoid
24 references to ReturnsVoid
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventAccessorSymbol.cs (1)
156return base.ReturnsVoid;
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
36return base.ReturnsVoid;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (22)
Semantics\TopLevelStatementsTests.cs (22)
47Assert.True(entryPoint.ReturnsVoid); 81Assert.False(entryPoint.ReturnsVoid); 7582Assert.False(entryPoint.ReturnsVoid); 7604Assert.False(entryPoint.ReturnsVoid); 7642Assert.False(entryPoint.ReturnsVoid); 7669Assert.False(entryPoint.ReturnsVoid); 7716Assert.True(entryPoint.ReturnsVoid); 7763Assert.False(entryPoint.ReturnsVoid); 7810Assert.False(entryPoint.ReturnsVoid); 7879Assert.False(entryPoint.ReturnsVoid); 7990Assert.False(entryPoint.ReturnsVoid); 8013Assert.True(entryPoint.ReturnsVoid); 8032Assert.True(entryPoint.ReturnsVoid); 8051Assert.True(entryPoint.ReturnsVoid); 8071Assert.True(entryPoint.ReturnsVoid); 8089Assert.False(entryPoint.ReturnsVoid); 8111Assert.False(entryPoint.ReturnsVoid); 8168Assert.False(entryPoint.ReturnsVoid); 8188Assert.False(entryPoint.ReturnsVoid); 9185Assert.True(entryPoint.ReturnsVoid); 9240Assert.True(entryPoint.ReturnsVoid); 9283Assert.True(entryPoint.ReturnsVoid);