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