2 references to _defaultOnPrepareResponseAsync
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (1)
272if (_options.OnPrepareResponse != StaticFileOptions._defaultOnPrepareResponse || _options.OnPrepareResponseAsync != StaticFileOptions._defaultOnPrepareResponseAsync)
StaticFileOptions.cs (1)
32OnPrepareResponseAsync = _defaultOnPrepareResponseAsync;