4 references to ReadInt
Microsoft.DotNet.HotReload.Watch (4)
Context\EnvironmentVariables.cs (4)
67
public static int BrowserWebSocketPort =>
ReadInt
("DOTNET_WATCH_AUTO_RELOAD_WS_PORT") ?? 0;
73
public static int BrowserWebSocketSecurePort =>
ReadInt
("DOTNET_WATCH_AUTO_RELOAD_WSS_PORT") ?? 0;
81
public static int AgentWebSocketPort =>
ReadInt
(Names.DotNetWatchAgentWebSocketPort) ?? 0;
87
public static int? AgentWebSocketSecurePort =>
ReadInt
(Names.DotNetWatchAgentWebSocketSecurePort);