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
)
194
.Append(
KeyDelimiter
)
212
.Append(
KeyDelimiter
)
246
.Append(
KeyDelimiter
)
277
.Append(
KeyDelimiter
)
297
builder.Append(
KeyDelimiter
)
314
.Append(
KeyDelimiter
)
330
builder.Append(
KeyDelimiter
)