8 references to GetFlowAnalysisAnnotations
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (7)
1080
: property.
GetFlowAnalysisAnnotations
();
1087
var overriddenAnnotations = overriddenProperty.
GetFlowAnalysisAnnotations
();
11278
var annotations = IsAnalyzingAttribute ? FlowAnalysisAnnotations.None : property.
GetFlowAnalysisAnnotations
();
11322
BoundPropertyAccess property => property.PropertySymbol.
GetFlowAnalysisAnnotations
(),
11323
BoundIndexerAccess indexer => indexer.Indexer.
GetFlowAnalysisAnnotations
(),
11336
property.
GetFlowAnalysisAnnotations
() :
11349
var annotations = memberSymbol switch { PropertySymbol prop => prop.
GetFlowAnalysisAnnotations
(), FieldSymbol field => GetFieldAnnotations(field), _ => FlowAnalysisAnnotations.None };
Symbols\SymbolExtensions.cs (1)
468
PropertySymbol property => property.
GetFlowAnalysisAnnotations
(),