5 references to DoesNotReturnIfTrue
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (2)
7363switch (annotations & (FlowAnalysisAnnotations.DoesNotReturnIfTrue | FlowAnalysisAnnotations.DoesNotReturnIfFalse)) 7365case FlowAnalysisAnnotations.DoesNotReturnIfTrue:
Symbols\FlowAnalysisAnnotations.cs (1)
25DoesNotReturn = DoesNotReturnIfTrue | DoesNotReturnIfFalse,
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
818annotations |= (condition ? FlowAnalysisAnnotations.DoesNotReturnIfTrue : FlowAnalysisAnnotations.DoesNotReturnIfFalse);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
187annotations |= (condition ? FlowAnalysisAnnotations.DoesNotReturnIfTrue : FlowAnalysisAnnotations.DoesNotReturnIfFalse);