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