1 write to TypeName
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ComponentMarker.cs (1)
84
TypeName
= typeName;
3 references to TypeName
Microsoft.AspNetCore.Components.Server (3)
src\Shared\Components\ComponentMarker.cs (3)
100
return $"Server Component: {
TypeName
}, Sequence: {Sequence}, Key: {Key?.FormattedComponentKey} Descriptor: {Descriptor?.Substring(5)}...";
102
return $"WebAssembly Component: {
TypeName
}, Assembly: {Assembly}, Key: {Key?.FormattedComponentKey}";
104
return $"Auto Component: {
TypeName
}, Assembly: {Assembly}, Key: {Key?.FormattedComponentKey}, Descriptor: {Descriptor?.Substring(5)}...";