1 write to _readOnly
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TemplateRenderer.cs (1)
96_readOnly = readOnly;
2 references to _readOnly
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
TemplateRenderer.cs (2)
102var modeViewPath = _readOnly ? DisplayTemplateViewPath : EditorTemplateViewPath; 142return _readOnly ? _defaultDisplayActions : _defaultEditorActions;