2 instantiations of User
BasicWebSite (2)
Controllers\ContentNegotiation\ContentNegotiationController.cs (1)
35return new User() { Name = "John", Address = "One Microsoft Way" };
Controllers\ContentNegotiation\NormalController.cs (1)
75User user = new User()
9 references to User
BasicWebSite (9)
Controllers\ContentNegotiation\ContentNegotiationController.cs (4)
16public User UserInfo() 21[Produces<User>] 27[Produces<User>] 33private User CreateUser()
Controllers\ContentNegotiation\NormalController.cs (5)
49public User ReturnUser() 55public User ReturnUser_NoMatchingFormatter() 61public User MultipleAllowedContentTypes() 73public User CreateUser() 75User user = new User()