5 references to GetConvertedTypeWithAnnotatedNullability
Microsoft.CodeAnalysis.CSharp.Features (4)
ExtractMethod\CSharpSelectionResult.ExpressionResult.cs (4)
112return info.GetConvertedTypeWithAnnotatedNullability(); 118return info.GetConvertedTypeWithAnnotatedNullability(); 125return info.GetConvertedTypeWithAnnotatedNullability(); 129return !info.Type.IsObjectType() ? info.GetTypeWithAnnotatedNullability() : info.GetConvertedTypeWithAnnotatedNullability();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
1554return CreateResult(typeInfo.GetConvertedTypeWithAnnotatedNullability());