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)
CSharpTypeInferenceService.TypeInferrer.cs (1)
1580return CreateResult(typeInfo.GetConvertedTypeWithAnnotatedNullability());