6 references to _0_may_be_null_here
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
QuickInfo\SemanticQuickInfoSourceTests.cs (5)
6889NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 6926NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 6965NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "S"))); 7009NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s"))); 7053NullabilityAnalysis(string.Format(FeaturesResources._0_may_be_null_here, "s")));
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoUtilities.cs (1)
135NullableFlowState.MaybeNull => string.Format(FeaturesResources._0_may_be_null_here, symbol.Name),