30 references to LinkerFlags
Microsoft.AspNetCore.Components (25)
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)
227
[DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type targetType)
PersistentStateValueProvider.cs (1)
127
static PropertyInfo? GetPropertyInfo([DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type type, string propertyName)
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\Router.cs (1)
79
[DynamicallyAccessedMembers(
LinkerFlags
.Component)]
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
;
Microsoft.AspNetCore.Components.Web (5)
JSComponents\JSComponentConfigurationExtensions.cs (1)
6
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;
JSComponents\JSComponentConfigurationStore.cs (3)
28
internal void Add([DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type componentType, string identifier)
46
[NotNullWhen(true)][DynamicallyAccessedMembers(
LinkerFlags
.Component)] out Type? componentType)
55
internal void Add([DynamicallyAccessedMembers(
LinkerFlags
.Component)] Type componentType, string identifier, string javaScriptInitializer)
WebRenderer.cs (1)
13
using static Microsoft.AspNetCore.Internal.
LinkerFlags
;