9 references to GetCciAdapter
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\EventSymbolAdapter.cs (1)
169
protected sealed override SymbolAdapter GetCciAdapterImpl() =>
GetCciAdapter
();
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
308
IEventDefinition definition = e.
GetCciAdapter
();
Emitter\NoPia\EmbeddedType.cs (2)
109
.Select(s => s.
GetCciAdapter
())
310
TypeManager.EmbedEvent(this, ((EventSymbol)s).
GetCciAdapter
(), syntaxNodeOpt, diagnostics, isUsedForComAwareEventBinding: false);
Emitter\NoPia\EmbeddedTypesManager.cs (1)
517
EmbedEvent(type, ((EventSymbol)propertyOrEvent).
GetCciAdapter
(), syntaxNodeOpt, diagnostics, isUsedForComAwareEventBinding: false);
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
325
module.EmbeddedTypesManagerOpt.EmbedEventIfNeedTo(node.Event.
GetCciAdapter
(), node.Syntax, _diagnostics.DiagnosticBag, isUsedForComAwareEventBinding: true);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\SymbolMatcherTests.cs (3)
1186
Assert.Same(y0, matcher.MapDefinition(y1.
GetCciAdapter
()).GetInternalSymbol());
1191
Assert.Same(e0, matcher.MapDefinition(e1.
GetCciAdapter
()).GetInternalSymbol());
1192
Assert.Same(f0, matcher.MapDefinition(f1.
GetCciAdapter
()).GetInternalSymbol());