5 references to InvalidProgramException
Microsoft.AspNetCore.Components (2)
src\Http\Routing\src\Patterns\RoutePatternParser.cs (2)
57throw new InvalidProgramException(message); 128throw new InvalidProgramException(message);
Microsoft.AspNetCore.Routing (2)
Patterns\RoutePatternParser.cs (2)
57throw new InvalidProgramException(message); 128throw new InvalidProgramException(message);
WinShimmer (1)
Program.cs (1)
81throw new InvalidProgramException($"The generated program contained errors: \n{string.Join("\n", emit.Diagnostics.AsEnumerable())}");