3 instantiations of TypeNameVisitor
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\BasicForwardCancellationTokenToInvocationsFixer.TypeNameVisitor.vb (3)
14
Return symbol.Accept(New
TypeNameVisitor
()).WithAdditionalAnnotations(Simplifier.Annotation)
118
Return AddInformationTo(SyntaxFactory.NullableType(symbol.TypeArguments.First().Accept(New
TypeNameVisitor
())))
127
SyntaxFactory.TypeArgumentList(SyntaxFactory.SeparatedList(symbol.TypeArguments.[Select](Function(t) t.Accept(New
TypeNameVisitor
())))))
1 reference to TypeNameVisitor
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicForwardCancellationTokenToInvocations.Fixer.vb (1)
72
Return
TypeNameVisitor
.GetTypeSyntaxForSymbol(type.ElementType)