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