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