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); 7547Assert.False(entryPoint.ReturnsVoid); 7569Assert.False(entryPoint.ReturnsVoid); 7607Assert.False(entryPoint.ReturnsVoid); 7634Assert.False(entryPoint.ReturnsVoid); 7681Assert.True(entryPoint.ReturnsVoid); 7728Assert.False(entryPoint.ReturnsVoid); 7775Assert.False(entryPoint.ReturnsVoid); 7844Assert.False(entryPoint.ReturnsVoid); 7909Assert.False(entryPoint.ReturnsVoid); 7932Assert.True(entryPoint.ReturnsVoid); 7951Assert.True(entryPoint.ReturnsVoid); 7970Assert.True(entryPoint.ReturnsVoid); 7990Assert.True(entryPoint.ReturnsVoid); 8008Assert.False(entryPoint.ReturnsVoid); 8030Assert.False(entryPoint.ReturnsVoid); 8087Assert.False(entryPoint.ReturnsVoid); 8107Assert.False(entryPoint.ReturnsVoid); 9104Assert.True(entryPoint.ReturnsVoid); 9159Assert.True(entryPoint.ReturnsVoid); 9202Assert.True(entryPoint.ReturnsVoid);