5 references to AsRef
Microsoft.CodeAnalysis.CodeStyle (3)
IntervalTree`1.cs (2)
142var matches = FillWithIntervalsThatMatch(start, length, testInterval, ref result.AsRef(), in introspector, stopAfterFirst: true);
151FillWithIntervalsThatMatch(start, length, testInterval, ref result.AsRef(), in introspector, stopAfterFirst: false);
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)