3 references to Count
Microsoft.CodeAnalysis (3)
CommandLine\SarifV1ErrorLogger.cs (3)
152
if (_descriptors.
Count
> 0)
286
Debug.Assert(
Count
> 0);
288
var list = new List<KeyValuePair<string, DiagnosticDescriptor>>(
Count
);