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