6 references to AllowCommentsAndTemplates
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Legacy\CSharpCodeParser.cs (6)
458BalancingModes.AllowCommentsAndTemplates, 567success = Balance(builder, BalancingModes.BacktrackOnFailure | BalancingModes.AllowCommentsAndTemplates); 1137var mode = BalancingModes.AllowCommentsAndTemplates | BalancingModes.BacktrackOnFailure; 2204var complete = Balance(builder, BalancingModes.BacktrackOnFailure | BalancingModes.AllowCommentsAndTemplates); 2957(mode & BalancingModes.AllowCommentsAndTemplates) == BalancingModes.AllowCommentsAndTemplates))