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