Base:
property
AdaptedSymbol
Microsoft.CodeAnalysis.CSharp.SymbolAdapter.AdaptedSymbol
5 references to AdaptedSymbol
Microsoft.CodeAnalysis.CSharp (5)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
268diagnostics.Add(new CSDiagnosticInfo(ErrorCode.ERR_EncNoPIAReference, embeddedType.AdaptedSymbol), Location.None);
Emitter\NoPia\EmbeddedTypesManager.cs (4)
244_assemblyGuidMap.TryAdd(t.UnderlyingNamedType.AdaptedSymbol.ContainingAssembly, null); 259underlyingTypeA.AdaptedSymbol.ContainingAssembly, 260underlyingTypeB.AdaptedSymbol.ContainingAssembly); 268underlyingType.AdaptedSymbol.ContainingAssembly);