16 references to AdaptedSymbol
Microsoft.CodeAnalysis.CSharp (16)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
268
diagnostics.Add(new CSDiagnosticInfo(ErrorCode.ERR_EncNoPIAReference, embeddedType.
AdaptedSymbol
), Location.None);
Emitter\Model\MethodSymbolAdapter.cs (2)
436
return AdaptedMethodSymbol.IsMetadataNewSlot(
AdaptedSymbol
.ContainingModule); // Use in context of other module is not expected. See 'CheckDefinitionInvariant' above.
505
return AdaptedMethodSymbol.IsMetadataVirtual(
AdaptedSymbol
.ContainingModule); // Use in context of other module is not expected. See 'CheckDefinitionInvariant' above.
Emitter\Model\SymbolAdapter.cs (2)
35
CodeAnalysis.Symbols.ISymbolInternal Cci.IReference.GetInternalSymbol() =>
AdaptedSymbol
;
44
return
AdaptedSymbol
.GetCustomAttributesToEmit((PEModuleBuilder)context.Module);
Emitter\NoPia\EmbeddedMethod.cs (1)
38
return UnderlyingMethod.
AdaptedSymbol
.GetCustomAttributesToEmit(moduleBuilder);
Emitter\NoPia\EmbeddedTypesManager.cs (10)
246
_assemblyGuidMap.TryAdd(t.UnderlyingNamedType.
AdaptedSymbol
.ContainingAssembly, null);
261
underlyingTypeA.
AdaptedSymbol
.ContainingAssembly,
262
underlyingTypeB.
AdaptedSymbol
.ContainingAssembly);
270
underlyingType.
AdaptedSymbol
.ContainingAssembly);
489
Debug.Assert(field.
AdaptedSymbol
.IsDefinition);
525
Debug.Assert(method.
AdaptedSymbol
.IsDefinition);
621
Debug.Assert(@event.
AdaptedSymbol
.IsDefinition);
658
Debug.Assert(member.
AdaptedSymbol
.IsDefinition);
661
if (member.
AdaptedSymbol
.OriginalDefinition is SynthesizedGlobalMethodSymbol)
667
NamedTypeSymbol namedType = member.
AdaptedSymbol
.ContainingType;