10 references to Status
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
Rendering\HtmlHelperDisplayExtensionsTest.cs (10)
99
new FormatModel{ FormatProperty =
Status
.Created },
103
new FormatModel { FormatProperty =
Status
.Done },
117
new FormatModel {NonFormatProperty =
Status
.Created },
121
new FormatModel {NonFormatProperty =
Status
.Done },
317
Status =
Status
.Created
340
.Setup(s => s.Create(typeof(
Status
)))
358
Status =
Status
.Faulted
526
public
Status
FormatProperty { get; set; }
528
public
Status
NonFormatProperty { get; set; }
538
public
Status
Status { get; set; }