7 references to _0_is_not_null_here
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
QuickInfo\SemanticQuickInfoSourceTests.cs (6)
6907NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 6946NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 6985NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "S"))); 7033NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 7073NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 7131NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s")));
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoUtilities.cs (1)
136NullableFlowState.NotNull => string.Format(FeaturesResources._0_is_not_null_here, symbol.Name),