80 references to NullableFlowState
GenerateDocumentationAndConfigFiles (5)
Microsoft.CodeAnalysis (10)
Microsoft.CodeAnalysis.Analyzers (5)
Microsoft.CodeAnalysis.CodeStyle.Fixes (6)
Microsoft.CodeAnalysis.CSharp (28)
Microsoft.CodeAnalysis.CSharp.Features (6)
QuickInfo\CSharpSemanticQuickInfoProvider.cs (5)
244(_, NullableFlowState.None) => null,
246(_, NullableFlowState.MaybeNull) => string.Format(FeaturesResources._0_may_be_null_here, symbol.ToDisplayString(s_nullableDisplayFormat)),
247(_, NullableFlowState.NotNull) => string.Format(FeaturesResources._0_is_not_null_here, symbol.ToDisplayString(s_nullableDisplayFormat)),
251(NullableAnnotation annotation, NullableFlowState flowState)? GetNullabilityInfo()
254return (NullableAnnotation.None, NullableFlowState.NotNull);
Microsoft.CodeAnalysis.Features (6)
Microsoft.CodeAnalysis.VisualBasic (4)
Microsoft.CodeAnalysis.Workspaces (5)
Roslyn.Diagnostics.Analyzers (5)