8 references to Current
Microsoft.CodeAnalysis (8)
MetadataReader\MetadataHelpers.cs (8)
246
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
336
switch (
Current
)
341
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
364
if (
Current
== '[')
374
if (!EndOfInput &&
Current
== ']')
414
Debug.Assert(
Current
== '[');
423
switch (
Current
)
447
if (
Current
!= ']')