8 references to Create
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\InstanceErrorTypeSymbol.vb (1)
46
Dim substitution = TypeSubstitution.
Create
(Me, Me.TypeParameters, typeArguments, allowAlphaRenamedTypeParametersAsArguments:=True)
Symbols\InstanceTypeSymbol.vb (1)
55
Dim substitution = VisualBasic.Symbols.TypeSubstitution.
Create
(Me, Me.TypeParameters, typeArguments, allowAlphaRenamedTypeParametersAsArguments:=True)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
1409
Dim containingTypeMap = TypeSubstitution.
Create
(
1413
Dim nestedTypeMap = TypeSubstitution.
Create
(
Symbols\MethodSymbol.vb (1)
626
Dim substitution = TypeSubstitution.
Create
(Me, Me.TypeParameters, typeArguments, allowAlphaRenamedTypeParametersAsArguments:=True)
Symbols\ReducedExtensionMethodSymbol.vb (1)
144
Dim partialSubstitution = TypeSubstitution.
Create
(possiblyExtensionMethod, typeParametersToFixArray, fixWithArray)
Symbols\SubstitutedErrorType.vb (1)
204
Dim substitution = TypeSubstitution.
Create
(_fullInstanceType, _fullInstanceType.TypeParameters, typeArguments, allowAlphaRenamedTypeParametersAsArguments:=True)
Symbols\UnboundGenericType.vb (1)
481
result = VisualBasic.Symbols.TypeSubstitution.
Create
(OriginalDefinition, OriginalDefinition.TypeParameters, Me.TypeArgumentsNoUseSiteDiagnostics)