4 references to Assert
Microsoft.AspNetCore.Http.ValidationsGenerator (4)
Parsers\ValidationsGenerator.EndpointsParser.cs (3)
36AnalyzerDebug.Assert(operation != null, "Operation should not be null."); 44AnalyzerDebug.Assert(operation != null, "Operation should not be null."); 45AnalyzerDebug.Assert(operation.SemanticModel != null, "Operation should have a semantic model.");
Parsers\ValidationsGenerator.TypesParser.cs (1)
24AnalyzerDebug.Assert(operation.SemanticModel != null, "SemanticModel should not be null.");