13 references to _0_is_not_null_here
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (12)
QuickInfo\SemanticQuickInfoSourceTests.cs (12)
7100NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "user"))); 7134: string.Format(FeaturesResources._0_is_not_null_here, "user"))); 7152NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 7185NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s2"))); 7224NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 7277NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "P.field"))); 7332NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "S"))); 7402NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 7463NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 7642NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "s"))); 10164NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "second"))); 10186NullabilityAnalysis(string.Format(FeaturesResources._0_is_not_null_here, "second")));
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpSemanticQuickInfoProvider.cs (1)
153(_, NullableFlowState.NotNull) => string.Format(FeaturesResources._0_is_not_null_here, symbol.ToDisplayString(s_nullableDisplayFormat)),