1 reference to LineStartMask
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
1003
private static int GetLineStart(uint entry) => (int)(entry &
LineStartMask
);