8 references to Current
Microsoft.CodeAnalysis (8)
MetadataReader\MetadataHelpers.cs (8)
245
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
335
switch (
Current
)
340
if (!EndOfInput && Char.IsWhiteSpace(
Current
))
363
if (
Current
== '[')
373
if (!EndOfInput &&
Current
== ']')
413
Debug.Assert(
Current
== '[');
422
switch (
Current
)
446
if (
Current
!= ']')