5 references to ReturnsByRef
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\PropertySymbol.cs (1)
106bool IPropertySymbol.ReturnsByRef => _underlying.ReturnsByRef;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ReadOnlyStructsTests.cs (1)
1321Assert.Equal(returnsByRef, property.ReturnsByRef);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Source\ExpressionBodiedPropertyTests.cs (3)
535Assert.False(p.ReturnsByRef); 563Assert.False(p.ReturnsByRef); 591Assert.False(p.ReturnsByRef);