Home
last modified time | relevance | path

Searched refs:DoWithTimeoutIfNotDebugging (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Editor/
H A DRazorEditorParserTest.cs137 MiscUtils.DoWithTimeoutIfNotDebugging(parseComplete.Wait); in CheckForStructureChangesStartsReparseAndFiresDocumentParseCompletedEventIfNoAdditionalChangesQueued()
164 … MiscUtils.DoWithTimeoutIfNotDebugging(parseComplete.Wait); // Wait for the parse to finish in CheckForStructureChangesStartsFullReparseIfChangeOverlapsMultipleSpans()
172 MiscUtils.DoWithTimeoutIfNotDebugging(parseComplete.Wait); in CheckForStructureChangesStartsFullReparseIfChangeOverlapsMultipleSpans()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Utils/
H A DMiscUtils.cs19 public static void DoWithTimeoutIfNotDebugging(Func<int, bool> withTimeout) in DoWithTimeoutIfNotDebugging() method in System.Web.Razor.Test.Utils.MiscUtils
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/PartialParsing/
H A DPartialParsingTestBase.cs108 … MiscUtils.DoWithTimeoutIfNotDebugging(ParserComplete.Wait); // Wait for the parse to finish in WaitForParse()