2 references to GetTypeWithAnnotatedNullability
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpSelectionResult.ExpressionResult.cs (2)
105
return info.
GetTypeWithAnnotatedNullability
();
129
return !info.Type.IsObjectType() ? info.
GetTypeWithAnnotatedNullability
() : info.GetConvertedTypeWithAnnotatedNullability();