3 references to Assert
Microsoft.AspNetCore.Http.ValidationsGenerator (3)
Parsers\ValidationsGenerator.EndpointsParser.cs (2)
35
AnalyzerDebug.
Assert
(operation != null, "Operation should not be null.");
43
AnalyzerDebug.
Assert
(input.Operation != null, "Operation should not be null.");
Parsers\ValidationsGenerator.TypesParser.cs (1)
23
AnalyzerDebug.
Assert
(operation.SemanticModel != null, "SemanticModel should not be null.");