13 references to KeyDelimiter
Microsoft.AspNetCore.OutputCaching (13)
OutputCacheKeyProvider.cs (13)
71
return !string.IsNullOrEmpty(value) && value.AsSpan().IndexOfAny(
KeyDelimiter
, KeySubDelimiter) >= 0;
87
.Append(
KeyDelimiter
);
106
.Append(
KeyDelimiter
)
108
.Append(
KeyDelimiter
);
157
.Append(
KeyDelimiter
)
170
.Append(
KeyDelimiter
)
199
.Append(
KeyDelimiter
)
217
.Append(
KeyDelimiter
)
251
.Append(
KeyDelimiter
)
282
.Append(
KeyDelimiter
)
302
builder.Append(
KeyDelimiter
)
319
.Append(
KeyDelimiter
)
335
builder.Append(
KeyDelimiter
)