3 references to TryParseDottedName
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (3)
CompilationContext.vb (3)
75
If defaultNamespaceName IsNot Nothing AndAlso
TryParseDottedName
(defaultNamespaceName, Nothing) Then
749
Not
TryParseDottedName
(targetString, targetSyntax) Then
759
If Not
TryParseDottedName
([alias], aliasNameSyntax) OrElse aliasNameSyntax.Kind <> SyntaxKind.IdentifierName Then