9 writes to ContentTypeIsServerDefined
Microsoft.AspNetCore.Mvc.Core (4)
Infrastructure\DefaultOutputFormatterSelector.cs (4)
177formatterContext.ContentTypeIsServerDefined = false; 198formatterContext.ContentTypeIsServerDefined = false; 223formatterContext.ContentTypeIsServerDefined = true; 253formatterContext.ContentTypeIsServerDefined = true;
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\JsonOutputFormatterTestBase.cs (1)
47ContentTypeIsServerDefined = isServerDefined,
Formatters\OutputFormatterTests.cs (1)
93ContentTypeIsServerDefined = contentTypeProvidedByServer,
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (2)
XmlDataContractSerializerOutputFormatterTest.cs (1)
418outputFormatterContext.ContentTypeIsServerDefined = isServerDefined;
XmlSerializerOutputFormatterTest.cs (1)
389outputFormatterContext.ContentTypeIsServerDefined = isServerDefined;
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
src\Mvc\Mvc.Core\test\Formatters\JsonOutputFormatterTestBase.cs (1)
47ContentTypeIsServerDefined = isServerDefined,
3 references to ContentTypeIsServerDefined
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\OutputFormatter.cs (1)
132if (context.ContentTypeIsServerDefined
Microsoft.AspNetCore.Mvc.Core.Test (2)
Infrastructure\DefaultOutputFormatterSelectorTest.cs (1)
446return context.ContentTypeIsServerDefined;
Infrastructure\ObjectResultExecutorTest.cs (1)
557return context.ContentTypeIsServerDefined;