I have found the results using the following URLs but not finding the multiple verification in the whole file.  I mean it's checking only one time and not checking for multiple searches.  This is sample code which I have and require to find in between create procedure, end.
create procedure DummyProc
as
begin
    set nocount on 
select * from emp
end
insert into values emp
end
create procedure emp
as
begin
    set nocount on
update from employee
end
The URLs which I have checked are:
 
    