1 reference to IsObjectType
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionResult.ExpressionResult.cs (1)
130
return !info.Type.
IsObjectType
() ? info.GetTypeWithAnnotatedNullability() : info.GetConvertedTypeWithAnnotatedNullability();