13 instantiations of InvalidProgramException
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
1153_ => throw new 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);
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (2)
551_ => throw new InvalidProgramException(), 569_ => throw new InvalidProgramException(),
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
1957throw new InvalidProgramException();
Microsoft.Maui.Controls.Build.Tasks (2)
SetPropertiesVisitor.cs (2)
1322 throw new InvalidProgramException(); 1927 throw new InvalidProgramException();
System.Linq.Expressions (1)
System\Linq\Expressions\Error.cs (1)
1229return new InvalidProgramException();
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
778object handle = m_scope[token] ?? throw new InvalidProgramException();
WinShimmer (1)
Program.cs (1)
81throw new InvalidProgramException($"The generated program contained errors: \n{string.Join("\n", emit.Diagnostics.AsEnumerable())}");
4 references to InvalidProgramException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
307[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidProgramException))]
netstandard (1)
netstandard.cs (1)
883[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidProgramException))]
System.Linq.Expressions (1)
System\Linq\Expressions\Error.cs (1)
1227internal static InvalidProgramException InvalidProgram()
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
286[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.InvalidProgramException))]