7 references to TypeNameHash
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\SSRRenderModeBoundary.cs (1)
211var componentTypeNameHash = _componentTypeNameHashCache.GetOrAdd(_componentType, TypeNameHash.Compute);
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
TypeNameHashTest.cs (6)
22var hash = TypeNameHash.Compute(typeof(ClassWithBasicName)); 32var hash = TypeNameHash.Compute(typeof(ClássWïthMûltibyteÇharacters)); 45var hash = TypeNameHash.Compute(type); 61var hash = TypeNameHash.Compute(type); 64Assert.True(type.FullName.Length > TypeNameHash.MaxStackBufferSize); 75var ex = Assert.Throws<InvalidOperationException>(() => TypeNameHash.Compute(type));