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); 7645Assert.False(entryPoint.ReturnsVoid); 7672Assert.False(entryPoint.ReturnsVoid); 7719Assert.True(entryPoint.ReturnsVoid); 7766Assert.False(entryPoint.ReturnsVoid); 7813Assert.False(entryPoint.ReturnsVoid); 7882Assert.False(entryPoint.ReturnsVoid); 7993Assert.False(entryPoint.ReturnsVoid); 8016Assert.True(entryPoint.ReturnsVoid); 8035Assert.True(entryPoint.ReturnsVoid); 8054Assert.True(entryPoint.ReturnsVoid); 8074Assert.True(entryPoint.ReturnsVoid); 8092Assert.False(entryPoint.ReturnsVoid); 8114Assert.False(entryPoint.ReturnsVoid); 8171Assert.False(entryPoint.ReturnsVoid); 8191Assert.False(entryPoint.ReturnsVoid); 9188Assert.True(entryPoint.ReturnsVoid); 9243Assert.True(entryPoint.ReturnsVoid); 9286Assert.True(entryPoint.ReturnsVoid);