Home
last modified time | relevance | path

Searched refs:EmptyVB (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/VB/
H A DVBErrorTest.cs38 Factory.EmptyVB().AsExpression()), in ParserOutputsZeroLengthCodeSpanIfEofReachedAfterStartOfExplicitExpression()
49 … Factory.EmptyVB().AsImplicitExpression(KeywordSet).Accepts(AcceptedCharacters.NonWhiteSpace)), in ParserOutputsZeroLengthCodeSpanIfEofReachedAfterAtSign()
60 … Factory.EmptyVB().AsImplicitExpression(KeywordSet).Accepts(AcceptedCharacters.NonWhiteSpace)), in ParserOutputsZeroLengthCodeSpanIfOnlyWhitespaceFoundAfterAtSign()
71 … Factory.EmptyVB().AsImplicitExpression(KeywordSet).Accepts(AcceptedCharacters.NonWhiteSpace)), in ParserOutputsZeroLengthCodeSpanIfInvalidCharacterFoundAfterAtSign()
106 classifier(Factory.EmptyVB()) in EofBlockCore()
H A DVBHelperTest.cs45 Factory.EmptyVB().Hidden())), in ParseHelperStatementOutputsMarkerHelperHeaderSpanOnceKeywordComplete()
75 Factory.EmptyVB().Hidden()), in ParseHelperStatementTerminatesEarlyIfHeaderNotComplete()
104 Factory.EmptyVB().Hidden()), in ParseHelperStatementTerminatesEarlyIfHeaderNotCompleteWithSpace()
231 Factory.EmptyVB().AsStatement()))), in ParseHelperStatementContinuesParsingHelperUntilEOF()
261 Factory.EmptyVB().AsStatement(), in ParseHelperStatementCorrectlyParsesHelperWithEmbeddedCode()
H A DVBExpressionsInCodeTest.cs25 Factory.EmptyVB() in InnerImplicitExpressionWithOnlySingleAtAcceptsSingleSpaceOrNewlineAtDesignTime()
48 Factory.EmptyVB() in InnerImplicitExpressionDoesNotAcceptDotAfterAt()
H A DVBExpressionTest.cs23 Factory.EmptyVB().AsExpression()), in ParseBlockCorrectlyHandlesCodeBlockInBodyOfExplicitExpressionDueToUnclosedExpression()
H A DVBLayoutDirectiveTest.cs64 Factory.EmptyVB() in LayoutDirectiveOutputsMarkerSpanIfAnyWhitespaceAfterLayoutKeyword()
H A DVBDirectiveTest.cs123 Factory.EmptyVB() in VB_Helper_Directive()
H A DVBAutoCompleteTest.cs25 Factory.EmptyVB() in FunctionsDirective_AutoComplete_At_EOF()
H A DVBRazorCommentsTest.cs80 Factory.EmptyVB() in RazorCommentInImplicitExpressionMethodCall()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Razor/Test/
H A DMvcVBRazorCodeParserTest.cs132 factory.EmptyVB() in ParseModelKeyword_ErrorOnMissingModelType()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Framework/
H A DTestSpanBuilder.cs23 public static UnclassifiedCodeSpanConstructor EmptyVB(this SpanFactory self) in EmptyVB() method in System.Web.Razor.Test.Framework.SpanFactoryExtensions