4 references to FrebLogItem
IIS.FunctionalTests (4)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (4)
44
list.Add(new
FrebLogItem
("ANCM_INPROC_EXECUTE_REQUEST_COMPLETION", "1"));
46
list.Add(new
FrebLogItem
("ANCM_INPROC_ASYNC_COMPLETION_COMPLETION", "0"));
90
AssertFrebLogs(result, new
FrebLogItem
("ANCM_INPROC_ASYNC_COMPLETION_COMPLETION", "2"));
158
frebEvents.Add(new
FrebLogItem
(eventElementWithOpCode.Value, requestStatus?.Value));