1 write to _readOnly
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TemplateBuilder.cs (1)
52
_readOnly
= readOnly;
3 references to _readOnly
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
TemplateBuilder.cs (3)
80
var formatString =
_readOnly
?
87
if (
_readOnly
)
139
_readOnly
);