10 references to ComputeFingerprintSuffix
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourceCollectionUrlEndpoint.cs (1)
32var fingerprintSuffix = ComputeFingerprintSuffix(resourceCollection)[0..6];
Microsoft.AspNetCore.Components.Endpoints.Tests (9)
Builder\ResourceCollectionUrlEndpointTest.cs (9)
27var fingerprint1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 44var fingerprint2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 71var fingerprint1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 91var fingerprint2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 119var fingerprint1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 139var fingerprint2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 157var fingerprint = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 180var fingerprintSuffix1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection1); 192var fingerprintSuffix2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection2);