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); 7493Assert.False(entryPoint.ReturnsVoid); 7515Assert.False(entryPoint.ReturnsVoid); 7553Assert.False(entryPoint.ReturnsVoid); 7580Assert.False(entryPoint.ReturnsVoid); 7627Assert.True(entryPoint.ReturnsVoid); 7674Assert.False(entryPoint.ReturnsVoid); 7721Assert.False(entryPoint.ReturnsVoid); 7790Assert.False(entryPoint.ReturnsVoid); 7855Assert.False(entryPoint.ReturnsVoid); 7878Assert.True(entryPoint.ReturnsVoid); 7897Assert.True(entryPoint.ReturnsVoid); 7916Assert.True(entryPoint.ReturnsVoid); 7936Assert.True(entryPoint.ReturnsVoid); 7954Assert.False(entryPoint.ReturnsVoid); 7976Assert.False(entryPoint.ReturnsVoid); 8033Assert.False(entryPoint.ReturnsVoid); 8053Assert.False(entryPoint.ReturnsVoid); 9050Assert.True(entryPoint.ReturnsVoid); 9105Assert.True(entryPoint.ReturnsVoid); 9148Assert.True(entryPoint.ReturnsVoid);