15 references to IsSupported
Microsoft.AspNetCore.Components.Endpoints (2)
DependencyInjection\HotReloadService.cs (1)
16MetadataUpdateSupported = MetadataUpdater.IsSupported;
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
49if (MetadataUpdater.IsSupported)
Microsoft.AspNetCore.Components.Forms (2)
EditContextDataAnnotationsExtensions.cs (2)
72if (MetadataUpdater.IsSupported) 257if (MetadataUpdater.IsSupported)
Microsoft.AspNetCore.Components.WebView.Maui (2)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (2)
63 if (MetadataUpdater.IsSupported) 71 if (MetadataUpdater.IsSupported)
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (2)
63 if (MetadataUpdater.IsSupported) 71 if (MetadataUpdater.IsSupported)
Microsoft.AspNetCore.Components.WebView.Wpf (2)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (2)
63 if (MetadataUpdater.IsSupported) 71 if (MetadataUpdater.IsSupported)
Microsoft.AspNetCore.Mvc (2)
MvcServiceCollectionExtensions.cs (2)
143if (MetadataUpdater.IsSupported) 314if (MetadataUpdater.IsSupported)
Microsoft.AspNetCore.Mvc.Razor (1)
DependencyInjection\MvcRazorMvcCoreBuilderExtensions.cs (1)
120if (MetadataUpdater.IsSupported)
Microsoft.DotNet.HotReload.WebAssembly.Browser (1)
WebAssemblyHotReload.cs (1)
67if (MetadataUpdater.IsSupported && Environment.GetEnvironmentVariable("__ASPNETCORE_BROWSER_TOOLS") == "true" &&
Microsoft.Maui (1)
HotReload\HotReloadHelper.cs (1)
30 => System.Reflection.Metadata.MetadataUpdater.IsSupported;