Implemented interface members:
8 references to Count
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\EmitBaseline.cs (6)
419
Debug.Assert(synthesizedTypes.AnonymousTypes.
Count
>= _synthesizedTypes.AnonymousTypes.
Count
);
420
Debug.Assert(synthesizedTypes.AnonymousDelegates.
Count
>= _synthesizedTypes.AnonymousDelegates.
Count
);
421
Debug.Assert(synthesizedTypes.AnonymousDelegatesWithIndexedNames.
Count
>= _synthesizedTypes.AnonymousDelegatesWithIndexedNames.
Count
);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
24
public int Count => _dictionary.
Count
;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
24
public int Count => _dictionary.
Count
;