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