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