1 write to AdaptedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\TypeParameterSymbolAdapter.vb (1)
307AdaptedTypeParameterSymbol = underlyingTypeParameterSymbol
34 references to AdaptedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (34)
Emit\NoPia\EmbeddedTypeParameter.vb (6)
19Debug.Assert(underlyingTypeParameter.AdaptedTypeParameterSymbol.IsDefinition) 28Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasReferenceTypeConstraint 34Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasValueTypeConstraint 40Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.HasConstructorConstraint 46Return UnderlyingTypeParameter.AdaptedTypeParameterSymbol.MetadataName 52Return CUShort(UnderlyingTypeParameter.AdaptedTypeParameterSymbol.Ordinal)
Emit\TypeParameterSymbolAdapter.vb (28)
57If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.Method Then 66Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 68If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.Method Then 86If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.NamedType Then 96Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 98If AdaptedTypeParameterSymbol.ContainingSymbol.Kind = SymbolKind.NamedType Then 137Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 138Dim kind As SymbolKind = AdaptedTypeParameterSymbol.ContainingSymbol.Kind 140If (DirectCast(visitor.Context.Module, PEModuleBuilder)).SourceModule = AdaptedTypeParameterSymbol.ContainingModule Then 164Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 170Return AdaptedTypeParameterSymbol.MetadataName 176Return CType(AdaptedTypeParameterSymbol.Ordinal, UShort) 182Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 183Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).GetCciAdapter() 189Debug.Assert(AdaptedTypeParameterSymbol.IsDefinition) 190Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, NamedTypeSymbol).GetCciAdapter() 198For Each t In AdaptedTypeParameterSymbol.ConstraintTypesNoUseSiteDiagnostics 207Yield t.GetTypeRefWithAttributes(AdaptedTypeParameterSymbol.DeclaringCompilation, typeRef) 209If AdaptedTypeParameterSymbol.HasValueTypeConstraint AndAlso Not seenValueType Then 220Return AdaptedTypeParameterSymbol.HasReferenceTypeConstraint 226Return AdaptedTypeParameterSymbol.HasValueTypeConstraint 234Return AdaptedTypeParameterSymbol.HasConstructorConstraint OrElse AdaptedTypeParameterSymbol.HasValueTypeConstraint 240Select Case AdaptedTypeParameterSymbol.Variance 248Throw ExceptionUtilities.UnexpectedValue(AdaptedTypeParameterSymbol.Variance) 257Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).GetCciAdapter() 265Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, NamedTypeSymbol).GetCciAdapter() 312Return AdaptedTypeParameterSymbol