Base:
property
ReturnsVoid
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ReturnsVoid
3 overrides of ReturnsVoid
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceEventAccessorSymbol.cs (1)
156public sealed override bool ReturnsVoid
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
31public sealed override bool ReturnsVoid
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
316public sealed override bool ReturnsVoid
24 references to ReturnsVoid
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventAccessorSymbol.cs (1)
162return base.ReturnsVoid;
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
36return base.ReturnsVoid;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (22)
Semantics\TopLevelStatementsTests.cs (22)
46Assert.True(entryPoint.ReturnsVoid); 80Assert.False(entryPoint.ReturnsVoid); 7480Assert.False(entryPoint.ReturnsVoid); 7502Assert.False(entryPoint.ReturnsVoid); 7540Assert.False(entryPoint.ReturnsVoid); 7567Assert.False(entryPoint.ReturnsVoid); 7614Assert.True(entryPoint.ReturnsVoid); 7661Assert.False(entryPoint.ReturnsVoid); 7708Assert.False(entryPoint.ReturnsVoid); 7777Assert.False(entryPoint.ReturnsVoid); 7842Assert.False(entryPoint.ReturnsVoid); 7865Assert.True(entryPoint.ReturnsVoid); 7884Assert.True(entryPoint.ReturnsVoid); 7903Assert.True(entryPoint.ReturnsVoid); 7923Assert.True(entryPoint.ReturnsVoid); 7941Assert.False(entryPoint.ReturnsVoid); 7963Assert.False(entryPoint.ReturnsVoid); 8020Assert.False(entryPoint.ReturnsVoid); 8040Assert.False(entryPoint.ReturnsVoid); 9037Assert.True(entryPoint.ReturnsVoid); 9092Assert.True(entryPoint.ReturnsVoid); 9135Assert.True(entryPoint.ReturnsVoid);