1 write to _cachedToString
Microsoft.AspNetCore.HttpLogging (1)
HttpLog.cs (1)
64
_cachedToString
= builder.ToString();
2 references to _cachedToString
Microsoft.AspNetCore.HttpLogging (2)
HttpLog.cs (2)
38
if (
_cachedToString
== null)
67
return
_cachedToString
;