7 references to Concat
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\InstanceErrorTypeSymbol.vb (1)
97substitution = VisualBasic.Symbols.TypeSubstitution.Concat(Me, newContainer.TypeSubstitution, Nothing)
Symbols\SubstitutedErrorType.vb (2)
85substitution = VisualBasic.Symbols.TypeSubstitution.Concat(_fullInstanceType, substitution, Nothing) 209Return New SubstitutedErrorType(_container, _fullInstanceType, TypeSubstitution.Concat(_fullInstanceType, _substitution.Parent, substitution))
Symbols\SubstitutedNamedType.vb (2)
863substitution = VisualBasic.Symbols.TypeSubstitution.Concat(fullInstanceType, parentsTypeSubstitution, Nothing) 869substitution = VisualBasic.Symbols.TypeSubstitution.Concat(fullInstanceType, parentsTypeSubstitution, Nothing)
Symbols\TypeSubstitution.vb (1)
844Return Concat(targetGenericDefinition, parent, Nothing)
Symbols\UnboundGenericType.vb (1)
470result = VisualBasic.Symbols.TypeSubstitution.Concat(OriginalDefinition,