14 references to _0_may_be_null_here
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
QuickInfo\SemanticQuickInfoSourceTests.cs (13)
7036
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "s")));
7053
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "s")));
7070
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "s")));
7133
? string.Format(FeaturesResources.
_0_may_be_null_here
, "user")
7204
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "s")));
7260
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "P.field")));
7312
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "S")));
7378
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "s")));
7443
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "s")));
10120
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "second")));
10142
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "second")));
10208
NullabilityAnalysis(string.Format(FeaturesResources.
_0_may_be_null_here
, "second")));
10230
NullabilityAnalysis(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)),