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)
524
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)
253
Return DirectCast(OriginalDefinition.GetDeclaredBase(basesBeingResolved).InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
266
substitutedInterfaces(i) = DirectCast(instanceInterfaces(i).InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
278
Return DirectCast(fullBase.InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
294
substitutedInterfaces(i) = DirectCast(instanceInterfaces(i).InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
582
Return DirectCast(fullBase.InternalSubstituteTypeParameters(_substitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
934
Dim newContainer = DirectCast(_container.InternalSubstituteTypeParameters(additionalSubstitution).
AsTypeSymbolOnly
(), NamedTypeSymbol)
1076
newContainedType = DirectCast(containedType.InternalSubstituteTypeParameters(additionalSubstitution).
AsTypeSymbolOnly
, NamedTypeSymbol)
1166
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)