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