5 writes to Descriptor
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ComponentMarker.cs (1)
78Descriptor = descriptor;
Microsoft.AspNetCore.Components.Server.Tests (4)
Circuits\ServerComponentDeserializerTest.cs (4)
214missingDescriptorMarker[0].Descriptor = null; 262missingUnknownComponentTypeMarker[0].Descriptor = _protector.Protect( 279missingUnknownComponentTypeMarker[0].Descriptor = _protector.Protect( 296invalidDescriptorMarker[0].Descriptor = "nondataprotecteddata";
4 references to Descriptor
Microsoft.AspNetCore.Components.Server (4)
Circuits\ServerComponentDeserializer.cs (2)
237if (record.Descriptor == null) 246var payload = Convert.FromBase64String(record.Descriptor);
src\Shared\Components\ComponentMarker.cs (2)
100return $"Server Component: {TypeName}, Sequence: {Sequence}, Key: {Key?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}..."; 104return $"Auto Component: {TypeName}, Assembly: {Assembly}, Key: {Key?.FormattedComponentKey}, Descriptor: {Descriptor?.Substring(5)}...";