SYMBOL INDEX (31 symbols across 9 files) FILE: OWINTest.API/ValuesController.cs class ValuesController (line 10) | public class ValuesController : ApiController method Get (line 13) | public IEnumerable Get() method Get (line 19) | public string Get(int id) method Post (line 25) | public void Post([FromBody]string value) method Put (line 31) | public void Put(int id, [FromBody]string value) method Delete (line 37) | public void Delete(int id) FILE: OWINTest.Service/API/PersonController.cs class PersonController (line 10) | public class PersonController : ApiController method Get (line 13) | public IEnumerable Get() method Get (line 19) | public string Get(int id) method Post (line 25) | public void Post([FromBody]string value) method Put (line 31) | public void Put(int id, [FromBody]string value) method Delete (line 37) | public void Delete(int id) FILE: OWINTest.Service/API/RoutedController.cs class RoutedController (line 10) | [RoutePrefix("api/testing")] method GetAllItems (line 13) | [Route("getall")] FILE: OWINTest.Service/APIServiceTest.Designer.cs class APIServiceTest (line 3) | partial class APIServiceTest method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 36) | private void InitializeComponent() FILE: OWINTest.Service/APIServiceTest.cs class APIServiceTest (line 14) | public partial class APIServiceTest : ServiceBase method APIServiceTest (line 19) | public APIServiceTest() method OnStart (line 24) | protected override void OnStart(string[] args) method OnStop (line 29) | protected override void OnStop() FILE: OWINTest.Service/Program.cs class Program (line 10) | static class Program method Main (line 15) | static void Main() FILE: OWINTest.Service/ProjectInstaller.Designer.cs class ProjectInstaller (line 3) | partial class ProjectInstaller method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: OWINTest.Service/ProjectInstaller.cs class ProjectInstaller (line 11) | [RunInstaller(true)] method ProjectInstaller (line 14) | public ProjectInstaller() method serviceInstaller1_AfterInstall (line 19) | private void serviceInstaller1_AfterInstall(object sender, InstallEven... FILE: OWINTest.Service/Startup.cs class Startup (line 11) | class Startup method Configuration (line 19) | public void Configuration(IAppBuilder appBuilder)