3 references to Count
Microsoft.CodeAnalysis (2)
WellKnownTypes.cs (2)
377
private static readonly string[] s_metadataNames = new string[
Count
]
704
private static readonly Dictionary<string, WellKnownType> s_nameToTypeIdMap = new Dictionary<string, WellKnownType>((int)
Count
);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
132
Interlocked.CompareExchange(ref _lazyWellKnownTypes, new NamedTypeSymbol[(int)WellKnownTypes.
Count
], null);