18 references to AsTypeSymbolOnly
Microsoft.CodeAnalysis.VisualBasic (18)
Symbols\InstanceErrorTypeSymbol.vb (1)
88
Dim newContainer = DirectCast(containingType.InternalSubstituteTypeParameters(substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
Symbols\InstanceTypeSymbol.vb (2)
96
newContainer = DirectCast(Me.ContainingType.InternalSubstituteTypeParameters(substitution.Parent).
AsTypeSymbolOnly
(), NamedTypeSymbol)
98
newContainer = DirectCast(Me.ContainingType.InternalSubstituteTypeParameters(substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
Symbols\NamedTypeSymbol.vb (1)
522
Return DirectCast(InternalSubstituteTypeParameters(substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
Symbols\Source\SourceMethodSymbol.vb (2)
2149
param.Type.InternalSubstituteTypeParameters(replaceMethodTypeParametersWithFakeTypeParameters).
AsTypeSymbolOnly
(),
2165
returnType:=retType.InternalSubstituteTypeParameters(replaceMethodTypeParametersWithFakeTypeParameters).
AsTypeSymbolOnly
(),
Symbols\SubstitutedErrorType.vb (1)
177
Dim newContainer = DirectCast(containingType.InternalSubstituteTypeParameters(additionalSubstitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
Symbols\SubstitutedEventSymbol.vb (1)
70
_originalDefinition.Type.InternalSubstituteTypeParameters(TypeSubstitution).
AsTypeSymbolOnly
(),
Symbols\SubstitutedNamedType.vb (8)
247
Return DirectCast(OriginalDefinition.GetDeclaredBase(basesBeingResolved).InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
260
substitutedInterfaces(i) = DirectCast(instanceInterfaces(i).InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
272
Return DirectCast(fullBase.InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
288
substitutedInterfaces(i) = DirectCast(instanceInterfaces(i).InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
576
Return DirectCast(fullBase.InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
928
Dim newContainer = DirectCast(_container.InternalSubstituteTypeParameters(additionalSubstitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
1070
newContainedType = DirectCast(containedType.InternalSubstituteTypeParameters(additionalSubstitution).
AsTypeSymbolOnly
, NamedTypeSymbol)
1160
Dim newContainer = DirectCast(container.InternalSubstituteTypeParameters(additionalSubstitution).
AsTypeSymbolOnly
, NamedTypeSymbol)
Symbols\TypeSubstitution.vb (2)
877
Dim substituted = DirectCast(modifier.InternalSubstituteTypeParameters(Me).
AsTypeSymbolOnly
(), NamedTypeSymbol)
886
substituted = DirectCast(modifier.InternalSubstituteTypeParameters(Me).
AsTypeSymbolOnly
(), NamedTypeSymbol)