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)
106
public bool IsNull =>
_index
is null && _info is null;
108
public byte? Index =>
_index
;
166
public bool IsBoolean =>
_index
== s_booleanIndex;
167
public bool IsString =>
_index
== s_stringIndex;
178
if (
_index
is byte index)
196
if (
_index
is byte index)
214
if (
_index
is byte index)
225
if (
_index
is byte index)