24 references to LinkerFlags
Microsoft.AspNetCore.Components (24)
CascadingParameterState.cs (1)
11
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
ComponentFactory.cs (1)
10
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
LayoutAttribute.cs (1)
5
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
LayoutComponentBase.cs (1)
5
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
LayoutView.cs (1)
7
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
PersistentComponentState.cs (1)
6
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
PersistentState\PersistentServicesRegistry.cs (3)
98
[DynamicDependency(
LinkerFlags
.JsonSerialized, typeof(PersistentServiceRegistration))]
162
public PropertiesAccessor([DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type targetType, Type keyType)
219
[DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type targetType)
Reflection\ComponentProperties.cs (1)
8
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
Reflection\MemberAssignment.cs (1)
7
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
RegisterPersistentComponentStateServiceCollectionExtensions.cs (1)
7
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
Rendering\RenderTreeBuilder.cs (1)
7
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
RenderTree\Renderer.cs (1)
15
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
RenderTree\RenderTreeFrame.cs (3)
143
[DynamicallyAccessedMembers(Internal.
LinkerFlags
.Component)]
316
private RenderTreeFrame(int sequence, int componentSubtreeLength, [DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type componentType, ComponentState componentState, object componentKey)
402
internal static RenderTreeFrame ChildComponent(int sequence, [DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type componentType)
RenderTree\RenderTreeFrameArrayBuilder.cs (1)
5
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
Routing\RouteContext.cs (1)
10
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
Routing\RouteData.cs (1)
5
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
Routing\RouteTableFactory.cs (1)
16
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
src\Http\Routing\src\Tree\InboundRouteEntry.cs (1)
8
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
src\Http\Routing\src\Tree\TreeRouteBuilder.cs (1)
15
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
SupplyParameterFromPersistentComponentStateValueProvider.cs (1)
87
static PropertyInfo? GetPropertyInfo([DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type type, string propertyName)