10 references to EntityTag
Microsoft.AspNetCore.Http.Results (3)
src\aspnetcore\src\Shared\ResultsHelpers\FileResultHelper.cs (3)
184else if (etag != null && ifRange.EntityTag != null && !ifRange.EntityTag.Compare(etag, useStrongComparison: true)) 186Log.IfRangeETagPreconditionFailed(logger, etag, ifRange.EntityTag);
Microsoft.AspNetCore.Mvc.Core (3)
src\aspnetcore\src\Shared\ResultsHelpers\FileResultHelper.cs (3)
184else if (etag != null && ifRange.EntityTag != null && !ifRange.EntityTag.Compare(etag, useStrongComparison: true)) 186Log.IfRangeETagPreconditionFailed(logger, etag, ifRange.EntityTag);
Microsoft.AspNetCore.StaticAssets (2)
StaticAssetsInvoker.cs (2)
381else if (_etag != null && ifRangeHeader.EntityTag != null && !ifRangeHeader.EntityTag.Compare(_etag, useStrongComparison: true))
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (2)
218else if (_etag != null && ifRangeHeader.EntityTag != null && !ifRangeHeader.EntityTag.Compare(_etag, useStrongComparison: true))