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