1 write to _offsetAndWidth
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualChar.cs (1)
55_offsetAndWidth = (offset << OffsetShift) | width;
2 references to _offsetAndWidth
Text.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualChar.cs (2)
36public int Offset => _offsetAndWidth >> OffsetShift; 42public int Width => _offsetAndWidth & WidthMask;