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