14 references to _0_may_be_null_here
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
QuickInfo\SemanticQuickInfoSourceTests.cs (13)
7036NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 7053NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 7070NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 7133? string.Format(FeaturesResources._0_may_be_null_here, "user") 7204NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 7260NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "P.field"))); 7312NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "S"))); 7378NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 7443NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 10120NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "second"))); 10142NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "second"))); 10208NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "second"))); 10230NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "second")));
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
152(_, NullableFlowState.MaybeNull) => string.Format(FeaturesResources._0_may_be_null_here, symbol.ToDisplayString(s_nullableDisplayFormat)),