8 references to GetFlowAnalysisAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
1025
: property.
GetFlowAnalysisAnnotations
();
1032
var overriddenAnnotations = overriddenProperty.
GetFlowAnalysisAnnotations
();
10063
var annotations = IsAnalyzingAttribute ? FlowAnalysisAnnotations.None : property.
GetFlowAnalysisAnnotations
();
10107
BoundPropertyAccess property => property.PropertySymbol.
GetFlowAnalysisAnnotations
(),
10108
BoundIndexerAccess indexer => indexer.Indexer.
GetFlowAnalysisAnnotations
(),
10121
property.
GetFlowAnalysisAnnotations
() :
10134
var annotations = memberSymbol switch { PropertySymbol prop => prop.
GetFlowAnalysisAnnotations
(), FieldSymbol field => GetFieldAnnotations(field), _ => FlowAnalysisAnnotations.None };
Symbols\SymbolExtensions.cs (1)
480
PropertySymbol property => property.
GetFlowAnalysisAnnotations
(),