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