15 references to LinkerFlags
Microsoft.JSInterop (15)
DotNetObjectReference.cs (1)
5using static Microsoft.AspNetCore.Internal.LinkerFlags;
DotNetObjectReferenceOfT.cs (1)
7using static Microsoft.AspNetCore.Internal.LinkerFlags;
IJSInProcessObjectReference.cs (1)
5using static Microsoft.AspNetCore.Internal.LinkerFlags;
IJSInProcessRuntime.cs (1)
5using static Microsoft.AspNetCore.Internal.LinkerFlags;
IJSObjectReference.cs (1)
5using static Microsoft.AspNetCore.Internal.LinkerFlags;
IJSRuntime.cs (1)
5using static Microsoft.AspNetCore.Internal.LinkerFlags;
Implementation\JSInProcessObjectReference.cs (1)
6using static Microsoft.AspNetCore.Internal.LinkerFlags;
Implementation\JSObjectReference.cs (1)
5using static Microsoft.AspNetCore.Internal.LinkerFlags;
Infrastructure\DotNetDispatcher.cs (2)
14using static Microsoft.AspNetCore.Internal.LinkerFlags; 379private static Task CreateValueTaskConverter<[DynamicallyAccessedMembers(LinkerFlags.JsonSerialized)] T>(object result) => ((ValueTask<T>)result).AsTask();
Infrastructure\DotNetObjectReferenceJsonConverter.cs (1)
7using static Microsoft.AspNetCore.Internal.LinkerFlags;
JSInProcessRuntime.cs (1)
6using static Microsoft.AspNetCore.Internal.LinkerFlags;
JSObjectReferenceExtensions.cs (1)
6using static Microsoft.AspNetCore.Internal.LinkerFlags;
JSRuntime.cs (1)
9using static Microsoft.AspNetCore.Internal.LinkerFlags;
JSRuntimeExtensions.cs (1)
6using static Microsoft.AspNetCore.Internal.LinkerFlags;