1 write to ArgumentList
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (1)
47ArgumentList = argumentList;
3 references to ArgumentList
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (1)
602 => ArgumentList,
StackTraceExplorer\StackTraceExplorerUtilities.cs (1)
43var methodArguments = compilationUnit.MethodDeclaration.ArgumentList;
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackFrameViewModel.cs (1)
179methodTextBuilder.Append(methodDeclaration.ArgumentList.ToFullString());