4 references to TypeArguments
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (1)
511 => TypeArguments,
StackTraceExplorer\StackTraceExplorerUtilities.cs (1)
41var methodTypeArguments = compilationUnit.MethodDeclaration.TypeArguments;
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackFrameViewModel.cs (2)
168if (methodDeclaration.TypeArguments is not null) 170methodTextBuilder.Append(methodDeclaration.TypeArguments.ToFullString());