I'd expect the type symbol to be resolved. ```C# var objCreation = (ObjectCreationExpressionSyntax)...; var typeInfo = semanticModel.GetTypeInfo(objCreation.Type); ``` `typeInfo.Type` is null
I'd expect the type symbol to be resolved.
typeInfo.Typeis null