1 instantiation of FastGuid
Microsoft.AspNetCore.ResponseCaching (1)
FastGuid.cs (1)
50
return new
FastGuid
(Interlocked.Increment(ref NextId));
11 references to FastGuid
Microsoft.AspNetCore.ResponseCaching (3)
FastGuid.cs (2)
48
internal static
FastGuid
NewGuid()
53
private static string GenerateGuidString(
FastGuid
guid)
ResponseCachingMiddleware.cs (1)
283
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,
Microsoft.AspNetCore.ResponseCaching.Tests (8)
ResponseCachingKeyProviderTests.cs (7)
72
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString
118
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,
134
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,
150
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,
168
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,
186
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,
206
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,
ResponseCachingMiddlewareTests.cs (1)
561
VaryByKeyPrefix =
FastGuid
.NewGuid().IdString,