1 write to ContentType
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\EndpointResponse.cs (1)
37
ContentType
= GetContentType();
3 references to ContentType
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
StaticRouteHandlerModel\EndpointResponse.cs (3)
110
string.Equals(otherEndpointResponse.
ContentType
,
ContentType
, StringComparison.OrdinalIgnoreCase);
114
HashCode.Combine(SymbolEqualityComparer.Default.GetHashCode(ResponseType), SymbolEqualityComparer.Default.GetHashCode(WrappedResponseType), WrappedResponseTypeDisplayName, IsAwaitable, HasNoResponse, IsIResult,
ContentType
);