1 write to TypeArguments
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (1)
46TypeArguments = typeArguments;
4 references to TypeArguments
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (1)
591 => TypeArguments,
StackTraceExplorer\StackTraceExplorerUtilities.cs (1)
42var methodTypeArguments = compilationUnit.MethodDeclaration.TypeArguments;
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackFrameViewModel.cs (2)
174if (methodDeclaration.TypeArguments is not null) 176methodTextBuilder.Append(methodDeclaration.TypeArguments.ToFullString());