3 writes to FormattedComponentKey
Microsoft.AspNetCore.Components.Endpoints (3)
_generated\38\ServerComponentJsonContext.ComponentMarkerKey.g.cs (1)
83
Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarkerKey>(obj).
FormattedComponentKey
= value!,
Rendering\SSRRenderModeBoundary.cs (1)
289
FormattedComponentKey
= formattedComponentKey,
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
120
=> (LocationHash,
FormattedComponentKey
) = (locationHash, formattedComponentKey);
11 references to FormattedComponentKey
Microsoft.AspNetCore.Components.Endpoints (11)
_generated\38\ServerComponentJsonContext.ComponentMarkerKey.g.cs (2)
82
Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarkerKey)obj).
FormattedComponentKey
,
105
writer.WriteString(PropName_FormattedComponentKey, ((global::Microsoft.AspNetCore.Components.ComponentMarkerKey)value).
FormattedComponentKey
);
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (9)
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)}...";
106
return $"Unknown Component Type: {Type}, Key: {Key?.
FormattedComponentKey
}";
143
&& string.Equals(
FormattedComponentKey
, other.
FormattedComponentKey
, StringComparison.Ordinal);
149
=> HashCode.Combine(LocationHash,
FormattedComponentKey
);
151
private readonly string GetDebuggerDisplay() => $"LocationHash: {LocationHash}, Key: {
FormattedComponentKey
?? "null"}";
157
: $"{LocationHash}:{
FormattedComponentKey
}";