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); 7583Assert.False(entryPoint.ReturnsVoid); 7605Assert.False(entryPoint.ReturnsVoid); 7643Assert.False(entryPoint.ReturnsVoid); 7670Assert.False(entryPoint.ReturnsVoid); 7717Assert.True(entryPoint.ReturnsVoid); 7764Assert.False(entryPoint.ReturnsVoid); 7811Assert.False(entryPoint.ReturnsVoid); 7880Assert.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);