1 instantiation of WarningStateMapEntry
Microsoft.CodeAnalysis (1)
Syntax\AbstractWarningStateMap.cs (1)
57int r = Array.BinarySearch(_warningStateMapEntries, new WarningStateMapEntry(position));
6 references to WarningStateMapEntry
Microsoft.CodeAnalysis (6)
Syntax\AbstractWarningStateMap.cs (6)
20private readonly WarningStateMapEntry[] _warningStateMapEntries; 32protected abstract WarningStateMapEntry[] CreateWarningStateMapEntries(SyntaxTree syntaxTree); 40var entry = GetEntryAtOrBeforePosition(position); 54private WarningStateMapEntry GetEntryAtOrBeforePosition(int position) 64protected readonly struct WarningStateMapEntry : IComparable<WarningStateMapEntry> 89public int CompareTo(WarningStateMapEntry other)