1 reference to IsDeclaredSymbolAssignedPossiblyNullValue
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
UseExplicitTypeCodeFixProvider.cs (1)
157
var isPossiblyAssignedNull = NullableHelpers.
IsDeclaredSymbolAssignedPossiblyNullValue
(semanticModel, declarationSyntax, cancellationToken);