8 references to Current
Microsoft.CodeAnalysis (8)
MetadataReader\MetadataHelpers.cs (8)
241
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
331
switch (
Current
)
336
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
359
if (
Current
== '[')
369
if (!EndOfInput &&
Current
== ']')
409
Debug.Assert(
Current
== '[');
418
switch (
Current
)
442
if (
Current
!= ']')