6 references to csharp
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\RefFieldTests.cs (6)
26703
public ref int Value() => ref s1.S2{{
csharp
(firstIsMethod)}}.Value{{
csharp
(secondIsMethod)}};
26709
[UnscopedRef] public ref S2 S2{{
csharp
(firstIsMethod)}} => ref s2;
26715
[UnscopedRef] public ref int Value{{
csharp
(secondIsMethod)}} => ref value;
26724
// sequence point: s1.S2{{
csharp
(firstIsMethod)}}.Value{{
csharp
(secondIsMethod)}}