3 references to GetCciAdapter
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\ArrayTypeSymbolAdapter.cs (1)
80protected sealed override SymbolAdapter GetCciAdapterImpl() => GetCciAdapter();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Emit\EditAndContinue\SymbolMatcherTests.cs (2)
347var other = matcher.MapReference(member.GetCciAdapter()); 378var other = matcher.MapReference(member.GetCciAdapter());