2 references to GetTypeOrNamespaceSymbolInfoNotInMember
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\SyntaxTreeSemanticModel.vb (2)
250
result =
GetTypeOrNamespaceSymbolInfoNotInMember
(DirectCast(node, TypeSyntax), options)
653
Dim parentInfo As SymbolInfo =
GetTypeOrNamespaceSymbolInfoNotInMember
(DirectCast(expression.Parent, QualifiedNameSyntax), Nothing)