8 references to Current
Microsoft.CodeAnalysis (8)
MetadataReader\MetadataHelpers.cs (8)
256
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
346
switch (
Current
)
351
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
374
if (
Current
== '[')
384
if (!EndOfInput &&
Current
== ']')
424
Debug.Assert(
Current
== '[');
433
switch (
Current
)
457
if (
Current
!= ']')