5 references to ShouldProcess
Microsoft.AspNetCore.StaticFiles (5)
StaticFileContext.cs (5)
156
_ifMatchState = PreconditionState.
ShouldProcess
;
166
_ifNoneMatchState = PreconditionState.
ShouldProcess
;
188
_ifModifiedSinceState = modified ? PreconditionState.
ShouldProcess
: PreconditionState.NotModified;
196
_ifUnmodifiedSinceState = unmodified ? PreconditionState.
ShouldProcess
: PreconditionState.PreconditionFailed;
310
case PreconditionState.
ShouldProcess
: