5 references to Create
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
3760var visitResult = new VisitResult(TypeWithState.Create(resultType), resultType, 6572return TypeWithState.Create(method.ReturnTypeWithAnnotations, GetRValueAnnotations(method)); 7507var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations); 7534var parameterWithState = TypeWithState.Create(parameterType, parameterAnnotations); 8343return (TypeWithState.Create(targetTypeOpt), visitConversionAsContinuation(expr, useLegacyWarnings, trackMembers, assignmentKind, operand, conversion, operandType));