Home
last modified time | relevance | path

Searched refs:ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_VB (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/VB/
H A DVBExpressionsInCodeTest.cs33 … new RazorError(RazorResources.ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_VB, 11, 1, 5) in InnerImplicitExpressionWithOnlySingleAtAcceptsSingleSpaceOrNewlineAtDesignTime()
H A DVBErrorTest.cs62 RazorResources.ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_VB, in ParserOutputsZeroLengthCodeSpanIfOnlyWhitespaceFoundAfterAtSign()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Resources/
H A DRazorResources.Designer.cs601 internal static string ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_VB { property in System.Web.Razor.Resources.RazorResources
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Parser/
H A DVBCodeParser.cs161 … RazorResources.ParseError_Unexpected_WhiteSpace_At_Start_Of_CodeBlock_VB); in ParseBlock()