8 references to Current
Microsoft.CodeAnalysis (8)
MetadataReader\MetadataHelpers.cs (8)
266
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
356
switch (
Current
)
361
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
384
if (
Current
== '[')
394
if (!EndOfInput &&
Current
== ']')
434
Debug.Assert(
Current
== '[');
443
switch (
Current
)
467
if (
Current
!= ']')