5 references to Current
Microsoft.CodeAnalysis.Razor.Compiler (5)
CSharp\RequiredAttributeParser.cs (5)
171
RazorDiagnosticFactory.CreateTagHelper_InvalidRequiredAttributeCharacter(
Current
, _input));
198
if (
Current
== RequiredAttributeWildcardSuffix)
213
var quote =
Current
;
303
RazorDiagnosticFactory.CreateTagHelper_InvalidRequiredAttributeCharacter(
Current
, _input));
331
var ch =
Current
;