27 references to ParseName
Microsoft.CodeAnalysis.VisualBasic.Features (5)
Debugging\BreakpointResolver.vb (1)
54
Dim name = SyntaxFactory.
ParseName
(Me.Text, consumeFullText:=False)
ExtractMethod\VisualBasicMethodExtractor.Analyzer.vb (1)
73
Dim info = semanticModel.GetSpeculativeTypeInfo(Me.SelectionResult.FinalSpan.Start, SyntaxFactory.
ParseName
(symbol.Name), SpeculativeBindingOption.BindAsExpression)
FullyQualify\VisualBasicFullyQualifyService.vb (1)
65
Dim qualifiedName = SyntaxFactory.QualifiedName(left:=SyntaxFactory.
ParseName
(containerName), right:=newName).
GenerateType\VisualBasicGenerateTypeService.vb (1)
647
name:=SyntaxFactory.
ParseName
(includeUsingsOrImports))
IntroduceVariable\VisualBasicIntroduceVariableService_IntroduceField.vb (1)
32
expression:=SyntaxFactory.
ParseName
(oldType.ToNameDisplayString()),
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (9)
Compilation\SemanticModelAPITests.vb (9)
505
Dim speculatedName = DirectCast(SyntaxFactory.
ParseName
("C.Bar(Of T)"), QualifiedNameSyntax)
547
Dim speculatedName = DirectCast(SyntaxFactory.
ParseName
("List(Of T)"), GenericNameSyntax)
1771
Dim speculatedTypeExpression = SyntaxFactory.
ParseName
("System.Collections")
1791
Dim speculatedTypeExpression = SyntaxFactory.
ParseName
("System.ArgumentException")
1821
Dim speculatedTypeExpression = SyntaxFactory.
ParseName
("System.ArgumentException")
1826
speculatedTypeExpression = SyntaxFactory.
ParseName
("I")
1863
Dim speculatedTypeExpression = SyntaxFactory.
ParseName
("System.ArgumentException")
1913
Dim speculatedMemberName = SyntaxFactory.
ParseName
("I.Method2")
1948
Dim speculatedAliasName = DirectCast(SyntaxFactory.
ParseName
("A"), IdentifierNameSyntax)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (6)
SymbolsTests\Source\NamedTypeTests.vb (6)
132
ParseName
("System.Runtime.InteropServices.TypeIdentifierAttribute")), "TI")))
147
ParseName
("System.Runtime.InteropServices.TypeIdentifierAttribute")), "TIAttribute")))
162
ParseName
("System.Runtime.InteropServices.TypeIdentifierAttribute")), "TIAttribute")))
181
ParseName
("System.Runtime.InteropServices.TypeIdentifierAttribute")), "TIAttribute")))
203
ParseName
("System.Runtime.InteropServices.TypeIdentifierAttribute")), "TIAttribute")))
225
ParseName
("System.Runtime.InteropServices.TypeIdentifierAttribute")), "TIAttribute")))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeGeneration\NamespaceGenerator.vb (2)
93
SyntaxFactory.NamespaceStatement(SyntaxFactory.
ParseName
(name)))
131
Return SyntaxFactory.
ParseName
(symbol.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat))
Rename\VisualBasicRenameRewriterLanguageService.vb (2)
547
Dim name = SyntaxFactory.
ParseName
(currentNewIdentifier)
999
Dim name = SyntaxFactory.
ParseName
(replacementText)
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService.vb (3)
984
SyntaxFactory.
ParseName
(name) _
1887
name:=SyntaxFactory.
ParseName
(name),
1903
Dim nameSyntax = SyntaxFactory.
ParseName
(name)