3 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TypeNameObject.cs (3)
88_index = index; 96_index = null; 102_index = index;
8 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\TypeNameObject.cs (8)
106public bool IsNull => _index is null && _info is null; 108public byte? Index => _index; 166public bool IsBoolean => _index == s_booleanIndex; 167public bool IsString => _index == s_stringIndex; 178if (_index is byte index) 196if (_index is byte index) 214if (_index is byte index) 225if (_index is byte index)