Implemented interface member:
29 references to Count
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
65var childCount = childNodesAndTokens.Count;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
130if (children.Count <= childIndex)
Microsoft.CodeAnalysis (5)
Syntax\ChildSyntaxList.cs (1)
63/// <paramref name="index"/> is less than 0.-or-<paramref name="index" /> is equal to or greater than <see cref="ChildSyntaxList.Count"/>. </exception>
Syntax\SyntaxDiffer.cs (1)
326var children = new SyntaxNodeOrToken[node.ChildNodesAndTokens().Count];
Syntax\SyntaxNodeOrToken.cs (3)
913int hi = list.Count - 1; 960return siblings.Count < 8 1012var count = siblings.Count;
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
65var childCount = childNodesAndTokens.Count;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
130if (children.Count <= childIndex)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
65var childCount = childNodesAndTokens.Count;
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
65var childCount = childNodesAndTokens.Count;
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (1)
374if (index >= 0 && index < children.Count)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
130if (children.Count <= childIndex)
Microsoft.CodeAnalysis.CSharp (3)
Parser\Blender.Cursor.cs (2)
69for (int i = _indexInParent + 1, n = siblings.Count; i < n; i++) 118for (int i = index, n = children.Count; i < n; i++)
Syntax\CSharpSyntaxWalker.cs (1)
37var childCnt = node.ChildNodesAndTokens().Count;
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\SyntaxUtilities.cs (1)
137=> list != null && list.ChildNodesAndTokens().Count != 0;
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
6878var right = childList.Count - 1; 6927if (childIndex >= 0 && childIndex < rightNodeChildNodesAndTokens.Count)
GenerateEqualsAndGetHashCodeFromMembers\FormatLargeBinaryExpressionRule.cs (1)
49if (expr?.ChildNodesAndTokens().Count > 1)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.State.cs (1)
374if (index >= 0 && index < children.Count)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
65var childCount = childNodesAndTokens.Count;
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb (1)
114Dim childCnt = list.Count
Syntax\VisualBasicSyntaxWalker.vb (1)
34Dim childCnt = list.Count
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.XmlClassifier.vb (1)
316Dim lastChild = If(childNodesAndTokens.IsEmpty, Nothing, childNodesAndTokens(childNodesAndTokens.Count - 1))
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
65var childCount = childNodesAndTokens.Count;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
130if (children.Count <= childIndex)
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
65var childCount = childNodesAndTokens.Count;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
130if (children.Count <= childIndex)