22 references to Captures
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (17)
QuickInfo\SemanticQuickInfoSourceTests.cs (17)
5892Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, i"));
5909Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this"));
5931Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, @this, i"));
5954Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this"));
5977Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, local"));
6002Captures($"\r\n{WorkspacesResources.Variables_captured_colon} local1, local2"));
6027Captures($"\r\n{WorkspacesResources.Variables_captured_colon} local2"));
6042Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, i"));
6057Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, i"));
6072Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, j, i"));
6089Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, @this"));
6105Captures($"\r\n{WorkspacesResources.Variables_captured_colon} i"));
6128Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this"));
6151Captures($"\r\n{WorkspacesResources.Variables_captured_colon} this, local"));
6176Captures($"\r\n{WorkspacesResources.Variables_captured_colon} local1, local2"));
6201Captures($"\r\n{WorkspacesResources.Variables_captured_colon} local2"));
6216Captures($"\r\n{WorkspacesResources.Variables_captured_colon} i"));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (5)