1 instantiation of TypeNameVisitor
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpForwardCancellationTokenToInvocationsFixer.TypeNameVisitor.cs (1)
21
return symbol.Accept(new
TypeNameVisitor
())!.WithAdditionalAnnotations(Simplifier.Annotation);
1 reference to TypeNameVisitor
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpForwardCancellationTokenToInvocations.Fixer.cs (1)
70
return
TypeNameVisitor
.GetTypeSyntaxForSymbol(type.ElementType);