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