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