10 references to Null
Microsoft.CodeAnalysis.CodeStyle (10)
SymbolKey.SymbolKeyReader.cs (7)
139
if ((SymbolKeyType)Data[Position] == SymbolKeyType.
Null
)
141
Eat(SymbolKeyType.
Null
);
202
Debug.Assert((SymbolKeyType)Data[Position] != SymbolKeyType.
Null
);
493
if (type == SymbolKeyType.
Null
)
564
Debug.Assert((SymbolKeyType)Data[Position] != SymbolKeyType.
Null
);
663
if ((SymbolKeyType)Data[Position] == SymbolKeyType.
Null
)
665
Eat(SymbolKeyType.
Null
);
SymbolKey.SymbolKeyWriter.cs (3)
134
WriteType(SymbolKeyType.
Null
);
231
WriteType(SymbolKeyType.
Null
);
246
WriteType(SymbolKeyType.
Null
);