5 references to AllowRazorInAllCodeBlocks
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
RazorParserOptionsTest.cs (2)
19Assert.True(options.AllowRazorInAllCodeBlocks); 47Assert.False(options.AllowRazorInAllCodeBlocks);
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\CSharpCodeParser.cs (3)
1004if ((!Context.Options.AllowRazorInAllCodeBlocks && At(SyntaxKind.LeftBrace)) || 1014else if (Context.Options.AllowRazorInAllCodeBlocks && At(SyntaxKind.LeftBrace)) 1889if (Context.Options.AllowRazorInAllCodeBlocks)