1 reference to MakeNullable
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
1132
return rightTypes.Select(x => new TypeInferenceInfo(
MakeNullable
(x.InferredType, this.Compilation)));