13 references to _0_is_not_null_here
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (12)
QuickInfo\SemanticQuickInfoSourceTests.cs (12)
7100
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "user")));
7134
: string.Format(FeaturesResources.
_0_is_not_null_here
, "user")));
7152
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "s")));
7185
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "s2")));
7224
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "s")));
7277
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "P.field")));
7332
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "S")));
7402
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "s")));
7463
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "s")));
7642
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "s")));
10164
NullabilityAnalysis(string.Format(FeaturesResources.
_0_is_not_null_here
, "second")));
10186
NullabilityAnalysis(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)),