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