1 write to AdaptedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\TypeParameterSymbolAdapter.vb (1)
319AdaptedTypeParameterSymbol = underlyingTypeParameterSymbol
29 references to AdaptedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (29)
Emit\TypeParameterSymbolAdapter.vb (29)
63If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.Method Then 72Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 74If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.Method Then 92If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.NamedType Then 102Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 104If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.NamedType Then 143Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 144Dim kind As SymbolKind = AdaptedTypeParameterSymbol.ContainingSymbol.Kind 146If (DirectCast(visitor.Context.Module, PEModuleBuilder)).SourceModule = AdaptedTypeParameterSymbol.ContainingModule Then 170Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 176Return AdaptedTypeParameterSymbol.MetadataName 182Return CType(AdaptedTypeParameterSymbol.Ordinal, UShort) 188Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 189Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).GetCciAdapter() 195Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 196Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, NamedTypeSymbol).GetCciAdapter() 204For Each t In AdaptedTypeParameterSymbol.ConstraintTypesNoUseSiteDiagnostics 213Yield t.GetTypeRefWithAttributes(AdaptedTypeParameterSymbol.DeclaringCompilation, typeRef) 215If AdaptedTypeParameterSymbol.HasValueTypeConstraint AndAlso Not seenValueType Then 226Return AdaptedTypeParameterSymbol.HasReferenceTypeConstraint 232Return AdaptedTypeParameterSymbol.HasValueTypeConstraint 238Return AdaptedTypeParameterSymbol.AllowsRefLikeType 246Return AdaptedTypeParameterSymbol.HasConstructorConstraint OrElse AdaptedTypeParameterSymbol.HasValueTypeConstraint 252Select Case AdaptedTypeParameterSymbol.Variance 260Throw ExceptionUtilities.UnexpectedValue(AdaptedTypeParameterSymbol.Variance) 269Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).GetCciAdapter() 277Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, NamedTypeSymbol).GetCciAdapter() 324Return AdaptedTypeParameterSymbol