SemanticModel.LookupNamespacesAndTypesCore Method

Definition

protected:
 abstract System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ISymbol ^> LookupNamespacesAndTypesCore(int position, Microsoft::CodeAnalysis::INamespaceOrTypeSymbol ^ container, System::String ^ name);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupNamespacesAndTypesCore (int position, Microsoft.CodeAnalysis.INamespaceOrTypeSymbol container, string name);
protected abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol> LookupNamespacesAndTypesCore (int position, Microsoft.CodeAnalysis.INamespaceOrTypeSymbol? container, string? name);
abstract member LookupNamespacesAndTypesCore : int * Microsoft.CodeAnalysis.INamespaceOrTypeSymbol * string -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISymbol>
Protected MustOverride Function LookupNamespacesAndTypesCore (position As Integer, container As INamespaceOrTypeSymbol, name As String) As ImmutableArray(Of ISymbol)

Parameters

position
Int32
name
String

Returns

Applies to