7 references to FrebLogItem
IIS.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (7)
43
list.Add(new
FrebLogItem
("ANCM_INPROC_EXECUTE_REQUEST_START"));
45
list.Add(new
FrebLogItem
("ANCM_INPROC_ASYNC_COMPLETION_START"));
47
list.Add(new
FrebLogItem
("ANCM_INPROC_MANAGED_REQUEST_COMPLETION"));
77
AssertFrebLogs(result, new
FrebLogItem
("ANCM_HRESULT_FAILED"), new
FrebLogItem
("ANCM_EXCEPTION_CAUGHT"));
114
AssertFrebLogs(result, new
FrebLogItem
("ANCM_INPROC_REQUEST_DISCONNECT"), new
FrebLogItem
("ANCM_INPROC_MANAGED_REQUEST_COMPLETION"));