8 references to GetFlowAnalysisAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
1038
: property.
GetFlowAnalysisAnnotations
();
1045
var overriddenAnnotations = overriddenProperty.
GetFlowAnalysisAnnotations
();
10313
var annotations = IsAnalyzingAttribute ? FlowAnalysisAnnotations.None : property.
GetFlowAnalysisAnnotations
();
10357
BoundPropertyAccess property => property.PropertySymbol.
GetFlowAnalysisAnnotations
(),
10358
BoundIndexerAccess indexer => indexer.Indexer.
GetFlowAnalysisAnnotations
(),
10371
property.
GetFlowAnalysisAnnotations
() :
10384
var annotations = memberSymbol switch { PropertySymbol prop => prop.
GetFlowAnalysisAnnotations
(), FieldSymbol field => GetFieldAnnotations(field), _ => FlowAnalysisAnnotations.None };
Symbols\SymbolExtensions.cs (1)
467
PropertySymbol property => property.
GetFlowAnalysisAnnotations
(),