5 references to Create
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3823var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType, 6638return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method)); 7579var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations); 7606var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations); 8415return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));